summary refs log tree commit diff stats
path: root/tests/compiler/t12684.nim
blob: a5f33d2c908f5bed0a8d73607b7cefa0f9d3d4f7 (plain) (blame)
1
2
3
4
5
6
7
discard """
  cmd: "nim check --hints:off --warnings:off $file"
  errormsg: "undeclared identifier: 'Undeclared'"
"""

var x: Undeclared
import compiler/nimeval