mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-04 19:04:46 +00:00
7
tests/compiler/t12684.nim
Normal file
7
tests/compiler/t12684.nim
Normal file
@@ -0,0 +1,7 @@
|
||||
discard """
|
||||
cmd: "nim check --hints:off --warnings:off $file"
|
||||
errormsg: "undeclared identifier: 'Undeclared'"
|
||||
"""
|
||||
|
||||
var x: Undeclared
|
||||
import compiler/nimeval
|
||||
Reference in New Issue
Block a user