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

8 lines
94 B
Nim

import mexport2b
export mexport2b
proc printAbc*() = echo "abc"
proc foo*() = echo "A.foo"