summary refs log blame commit diff stats
path: root/tests/misc/thintoff.nim
blob: 95318ce9b80b4da8a3c08d32d0c5845e29c70ae6 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                  
 


             
discard """
  file: "thintoff.nim"
  output: "0"
"""

{.hint[XDeclaredButNotUsed]: off.}
var
  x: int

echo x #OUT 0