mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
9 lines
154 B
Nim
9 lines
154 B
Nim
discard """
|
|
errormsg: "undeclared identifier: 'undeclared'"
|
|
line: 8
|
|
column: 7
|
|
"""
|
|
|
|
# test should fail because the line directive is wrong
|
|
echo undeclared
|