summary refs log blame commit diff stats
path: root/tests/template/tgensym_generic_cross_module.nim
blob: 856ab676da6a4605934691fe594cb0522a176abd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                   
discard """
  output: '''foo55
foo8.0
fooaha
bar7'''
"""
# bug #5419
import mgensym_generic_cross_module

foo(55)
foo 8.0
foo "aha"
bar 7