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

static:
  var a = 1

echo a