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


var
  a: int

a()