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


var
  a: int

a()