Files
Nim/tests/misc/tnoop.nim
2021-04-06 16:20:01 +02:00

13 lines
168 B
Nim

discard """
nimout: '''
found 'a' [var declared in tnoop.nim(10, 3)]
'''
file: "tnoop.nim"
errormsg: "attempting to call routine: 'a'"
"""
var
a: int
a()