mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 05:53:22 +00:00
* clean up some test categories * mention exact slice issue * magics into system * move trangechecks into overflow * move tmemory to system * try fix CI * try fix CI * final CI fix
13 lines
168 B
Nim
13 lines
168 B
Nim
discard """
|
|
nimout: '''
|
|
found 'a' [var declared in tnoop.nim(10, 3)]
|
|
'''
|
|
file: "tnoop.nim"
|
|
errormsg: "attempting to call routine: 'a'"
|
|
"""
|
|
|
|
var
|
|
a: int
|
|
|
|
a()
|