mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
13 lines
168 B
Nim
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()
|