summary refs log tree commit diff stats
path: root/tests/modules/mexport2a.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/mexport2a.nim')
-rw-r--r--tests/modules/mexport2a.nim7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/modules/mexport2a.nim b/tests/modules/mexport2a.nim
new file mode 100644
index 000000000..3cf84337e
--- /dev/null
+++ b/tests/modules/mexport2a.nim
@@ -0,0 +1,7 @@
+
+import mexport2b
+export mexport2b
+proc printAbc*() = echo "abc"
+
+proc foo*() = echo "A.foo"
+