summary refs log blame commit diff stats
path: root/tests/misc/tnoop.nim
blob: a1365cfbef24355154f71d6f99a1058fd7690394 (plain) (tree)
1
2
3
4
5
6
7
8
9
           
             

                         
                   
          
                                             
   
 


        
   
discard """
  nimout: '''
  found 'a' of kind 'var'
  '''
  file: "tnoop.nim"
  line: 13
  errormsg: "attempting to call routine: 'a'"
"""

var
  a: int

a()