- Minor change to chicken to make it work with version 2.5rc1 - add externaltest to chicken and guile modules git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9451 626c5289-ae23-0410-ae9c-e8d60b6d4f22
5 lines
60 B
Scheme
5 lines
60 B
Scheme
(load "ext_test.so")
|
|
|
|
(define a (test-create))
|
|
|
|
(A-hello a)
|