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


var
  a: int

a()