Files
Nim/tests/misc/tnoop.nim

12 lines
108 B
Nim

discard """
file: "tnoop.nim"
line: 11
errormsg: "undeclared identifier: 'a'"
"""
var
a: int
a()