Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/schemerunme/casts.scm
2019-08-04 21:38:19 -05: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)