PageRenderTime 36ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/mzscheme/casts_runme.scm

#
Lisp | 7 lines | 4 code | 3 blank | 0 comment | 0 complexity | 20fb03c901b6b29f577f0612c9b2aa78 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. (load-extension "casts.so")
  2. (define x (new-B))
  3. (A-hello x)
  4. (exit 0)