diff options
Diffstat (limited to 'tests/lookups/mambsym4.nim')
-rw-r--r-- | tests/lookups/mambsym4.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lookups/mambsym4.nim b/tests/lookups/mambsym4.nim new file mode 100644 index 000000000..ed66cc16d --- /dev/null +++ b/tests/lookups/mambsym4.nim @@ -0,0 +1,4 @@ +# Module B +var x*: int +proc foo*(b: int) = + echo "B: ", b |