PageRenderTime 54ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/Examples/test-suite/schemerunme/casts.scm

#
Lisp | 8 lines | 3 code | 3 blank | 2 comment | 0 complexity | ad82da50962ce186be0a7cb388f0b9a6 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. (define x (new-B))
  2. ;; This fails in 1.3a5 because the SWIG/Guile runtime code gets the
  3. ;; source and the target of a cast the wrong way around.
  4. (A-hello x)
  5. (exit 0)