Files
2019-08-04 21:38:19 -05:00

5 lines
54 B
Scheme

(define f (new-Foo))
(define g (new-Foo f))
(exit 0)