mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 11:42:33 +00:00
7 lines
66 B
Nim
7 lines
66 B
Nim
|
|
{.hint[XDeclaredButNotUsed]: off.}
|
|
var
|
|
x: int
|
|
|
|
echo x #OUT 0
|