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

8 lines
75 B
Scheme

(load-extension "casts.so")
(define x (new-B))
(A-hello x)
(exit 0)