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

12 lines
171 B
Nim

# bug #1595, #1612
import mexport2a
proc main() =
echo "Import Test, two lines should follow. One with abc and one with xyz."
printAbc()
printXyz()
main()
foo(3)