import source from 1.3.40
[external/swig.git] / Examples / test-suite / guile / multivalue_runme.scm
1 ;;;; Automatic test of multiple return values
2
3 ;; The SWIG modules have "passive" Linkage, i.e., they don't generate
4 ;; Guile modules (namespaces) but simply put all the bindings into the
5 ;; current module.  That's enough for such a simple test.
6 (dynamic-call "scm_init_multivalue_module" (dynamic-link "./libmultivalue.so"))
7 (load "../schemerunme/multivalue.scm")