summary refs log tree commit diff stats
path: root/tests/run/tambsys.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/tambsys.nim')
-rwxr-xr-xtests/run/tambsys.nim13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/run/tambsys.nim b/tests/run/tambsys.nim
new file mode 100755
index 000000000..a88615866
--- /dev/null
+++ b/tests/run/tambsys.nim
@@ -0,0 +1,13 @@
+discard """
+  file: "tambsys.nim"
+  output: ""
+"""
+# Test ambiguous symbols

+

+import mambsys1, mambsys2

+

+var

+  v: mambsys1.TExport

+mambsys2.foo(3) #OUT

+
+