mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
12 lines
124 B
Nim
12 lines
124 B
Nim
discard """
|
|
file: "tnoop.nim"
|
|
line: 11
|
|
errormsg: "attempting to call undeclared routine: 'a'"
|
|
"""
|
|
|
|
|
|
var
|
|
a: int
|
|
|
|
a()
|