blob: 8a566ec3c7b5eb132b0d278f206c22f8237e9cae [file] [log] [blame]
(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)