~ubuntu-branches/ubuntu/maverick/swig1.3/maverick

« back to all changes in this revision

Viewing changes to Examples/test-suite/mzscheme/name_runme.scm

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Landschoff
  • Date: 2002-03-29 01:56:07 UTC
  • Revision ID: james.westby@ubuntu.com-20020329015607-c0wt03xu8oy9ioj7
Tags: upstream-1.3.11
ImportĀ upstreamĀ versionĀ 1.3.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;; The SWIG modules have "passive" Linkage, i.e., they don't generate
 
2
;; Guile modules (namespaces) but simply put all the bindings into the
 
3
;; current module.  That's enough for such a simple test.
 
4
(load-extension "./name.so")
 
5
 
 
6
(foo-2)
 
7
bar-2
 
8
Baz-2
 
9
 
 
10
(exit 0)