Files
Nim/tests/run/thintoff.nim
2013-03-16 23:53:07 +01:00

13 lines
121 B
Nim

discard """
file: "thintoff.nim"
output: "0"
"""
{.hint[XDeclaredButNotUsed]: off.}
var
x: int
echo x #OUT 0