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

var
  a: int

a()