mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 19:02:18 +00:00
12 lines
108 B
Nim
12 lines
108 B
Nim
discard """
|
|
file: "tnoop.nim"
|
|
line: 11
|
|
errormsg: "undeclared identifier: 'a'"
|
|
"""
|
|
|
|
|
|
var
|
|
a: int
|
|
|
|
a()
|