mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
12 lines
171 B
Nim
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)
|