2cdfe35e7 ^
bfef39246 ^
1 2 3 4
5 6 7 8 9 10
11 12
discard """ file: "thintoff.nim" output: "0" """ {.hint[XDeclaredButNotUsed]: off.} var x: int echo x #OUT 0