summary refs log tree commit diff stats
path: root/tests/modules/texport2.nim
blob: e90c586733bd126fb4f5229db780c154316cbe51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
discard """
output: '''
abc
xyz
B.foo
'''
"""

# bug #1595, #1612

import mexport2a

proc main() =
  printAbc()
  printXyz()

main()
foo(3)