git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5979 626c5289-ae23-0410-ae9c-e8d60b6d4f22
6 lines
106 B
Scheme
6 lines
106 B
Scheme
(define a (new-Bar))
|
|
|
|
(if (not (string=? (Bar-blah a) "Bar::blah"))
|
|
(error "Wrong string"))
|
|
|
|
(exit 0)
|