/trunk/Examples/test-suite/mzscheme/casts_runme.scm
# · Lisp · 7 lines · 4 code · 3 blank · 0 comment · 0 complexity · 20fb03c901b6b29f577f0612c9b2aa78 MD5 · raw file
- (load-extension "casts.so")
- (define x (new-B))
- (A-hello x)
- (exit 0)