tnoop.nim 168 B

12345678910111213
  1. discard """
  2. nimout: '''
  3. found 'a' [var declared in tnoop.nim(10, 3)]
  4. '''
  5. file: "tnoop.nim"
  6. errormsg: "attempting to call routine: 'a'"
  7. """
  8. var
  9. a: int
  10. a()