summary refs log tree commit diff stats
path: root/tests/global/t5958.nim
blob: 5abcad4a9cb32786feba59c4f9078db0a3c49037 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  line: 9
  errormsg: "undeclared identifier: 'a'"
"""

static:
  var a = 1

echo a