import source from 1.3.40
[external/swig.git] / Examples / test-suite / schemerunme / casts.scm
1 (define x (new-B))
2
3 ;; This fails in 1.3a5 because the SWIG/Guile runtime code gets the
4 ;; source and the target of a cast the wrong way around.
5
6 (A-hello x)                             
7
8 (exit 0)