mexport2b.nim 64 B

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