(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
8 lines
180 B
Scheme
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)
|