Files
Nim/tests/modules/mexport2a.nim
2014-10-31 21:13:02 +01:00

6 lines
66 B
Nim

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