diff options
Diffstat (limited to 'tests/modules/mexport2b.nim')
-rw-r--r-- | tests/modules/mexport2b.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/modules/mexport2b.nim b/tests/modules/mexport2b.nim index 8ea6085de..1af034133 100644 --- a/tests/modules/mexport2b.nim +++ b/tests/modules/mexport2b.nim @@ -1 +1,3 @@ proc printXyz*() = echo "xyz" + +proc foo*(x: int) = echo "B.foo" |