summary refs log blame commit diff stats
path: root/tests/modules/timport_in_config.nim
blob: 847b063bd335bae7743f31efe33d940ac8606c2c (plain) (tree)
1
2
3
4
5
6
7
8
9




                   

                  

                              
discard """
output: '''hallo'''
joinable: false
"""

# bug #9978, #9994
var x: DefinedInB

echo "hi".replace("i", "allo")