summary refs log tree commit diff stats
path: root/tests/lookups/mambsym3.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lookups/mambsym3.nim')
-rw-r--r--tests/lookups/mambsym3.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lookups/mambsym3.nim b/tests/lookups/mambsym3.nim
new file mode 100644
index 000000000..946a5ff29
--- /dev/null
+++ b/tests/lookups/mambsym3.nim
@@ -0,0 +1,4 @@
+# Module A
+var x*: string
+proc foo*(a: string) =
+  echo "A: ", a