swig/Examples/test-suite/chicken/overload_copy_runme_proxy.ss
John Lenz 56ac2ae4b1 Add some chicken test-suite entries for overloaded functions
(which now work correctly) and update the chicken documentation


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7146 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-04-07 00:39:28 +00:00

8 lines
180 B
Scheme

(require 'tinyclos)
(load "../../../Lib/chicken/multi-generic.scm")
(load-library 'overload-copy "./overload_copy.so")
(define f (make <Foo>))
(define g (make <Foo> f))
(exit 0)