tnoop.nim 179 B

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