git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5979 626c5289-ae23-0410-ae9c-e8d60b6d4f22
8 lines
172 B
Scheme
8 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)
|