Files
Nim/tests/modules/mexport2b.nim
2014-11-06 01:53:57 +01:00

4 lines
64 B
Nim

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