summary refs log tree commit diff stats
path: root/tests/modules/texport2.nim
blob: 6e55873c57fbfdab4d8ff26948f7087fe4982501 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# 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)