summary refs log tree commit diff stats
path: root/tests/misc/tnoop.nim
blob: 7f5bb10451091ec00b35701bcaa90661208fddc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
discard """
  nimout: '''
  found 'a' [var declared in tnoop.nim(11, 3)]
  '''
  file: "tnoop.nim"
  line: 13
  errormsg: "attempting to call routine: 'a'"
"""

var
  a: int

a()