summaryrefslogtreecommitdiff
path: root/Examples/test-suite/ocaml/using2_runme.ml
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/ocaml/using2_runme.ml')
-rw-r--r--Examples/test-suite/ocaml/using2_runme.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/test-suite/ocaml/using2_runme.ml b/Examples/test-suite/ocaml/using2_runme.ml
new file mode 100644
index 000000000..1ec9e2e55
--- /dev/null
+++ b/Examples/test-suite/ocaml/using2_runme.ml
@@ -0,0 +1,4 @@
+open Swig
+open Using2
+
+let _ = assert (_spam '(37) as int = 37)