mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 14:03:23 +00:00
9 lines
138 B
Nim
9 lines
138 B
Nim
discard """
|
|
errormsg: "wrong error message"
|
|
line: 8
|
|
column: 6
|
|
"""
|
|
|
|
# test should fail because the line directive is wrong
|
|
echo undeclared
|