summaryrefslogtreecommitdiffstats
path: root/tests/auto0/modules/mod2/test2-2.0.tm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto0/modules/mod2/test2-2.0.tm')
-rw-r--r--tests/auto0/modules/mod2/test2-2.0.tm5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto0/modules/mod2/test2-2.0.tm b/tests/auto0/modules/mod2/test2-2.0.tm
new file mode 100644
index 0000000..b5cd45b
--- /dev/null
+++ b/tests/auto0/modules/mod2/test2-2.0.tm
@@ -0,0 +1,5 @@
+namespace eval mod2::test2 {}
+
+proc mod2::test2::try2 args {
+ return res2
+}