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.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/modules/mexport2a.nim b/tests/modules/mexport2a.nim
new file mode 100644
index 000000000..deaef8fa4
--- /dev/null
+++ b/tests/modules/mexport2a.nim
@@ -0,0 +1,5 @@
+
+import mexport2b
+export mexport2b
+proc printAbc*() = echo "abc"
+