summaryrefslogtreecommitdiff
path: root/Examples/test-suite/mzscheme/casts_runme.scm
blob: 3aaa62dc69685da8d2c17cf4d182473be6ed2543 (plain)
1
2
3
4
5
6
7
(load-extension "casts.so")

(define x (new-B))

(A-hello x)				

(exit 0)