summary refs log tree commit diff stats
path: root/tests/modules/mexport2b.nim
blob: 1af03413316847f8acce964a852389111397beb7 (plain) (blame)
1
2
3
proc printXyz*() = echo "xyz"

proc foo*(x: int) = echo "B.foo"