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.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/modules/mexport2a.nim b/tests/modules/mexport2a.nim
index deaef8fa4..3cf84337e 100644
--- a/tests/modules/mexport2a.nim
+++ b/tests/modules/mexport2a.nim
@@ -3,3 +3,5 @@ import mexport2b
 export mexport2b
 proc printAbc*() = echo "abc"
 
+proc foo*() = echo "A.foo"
+