mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 22:13:29 +00:00
10 lines
96 B
Nim
10 lines
96 B
Nim
discard """
|
|
errormsg: "undeclared identifier: 'a'"
|
|
line: 9
|
|
"""
|
|
|
|
static:
|
|
var a = 1
|
|
|
|
echo a
|