mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-27 17:11:40 +00:00
7 lines
101 B
Nim
7 lines
101 B
Nim
discard """
|
|
errmsg: "undeclared identifier: 'undefined'"
|
|
file: "notthisfile.nim"
|
|
"""
|
|
|
|
echo undefined
|