Files
cpp-thirdparty/winx64/bin/swig-3.0.12/Examples/test-suite/schemerunme/casts.scm
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06:00

9 lines
172 B
Scheme

(define x (new-B))
;; This fails in 1.3a5 because the SWIG/Guile runtime code gets the
;; source and the target of a cast the wrong way around.
(A-hello x)
(exit 0)