summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave/mod_runme.m
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/octave/mod_runme.m')
-rw-r--r--Examples/test-suite/octave/mod_runme.m7
1 files changed, 7 insertions, 0 deletions
diff --git a/Examples/test-suite/octave/mod_runme.m b/Examples/test-suite/octave/mod_runme.m
new file mode 100644
index 000000000..faebf70e3
--- /dev/null
+++ b/Examples/test-suite/octave/mod_runme.m
@@ -0,0 +1,7 @@
+mod_a
+mod_b
+
+c = mod_b.C();
+d = mod_b.D();
+d.DoSomething(c);
+