summary refs log blame commit diff stats
path: root/tests/accept/run/thintoff.nim
blob: 807ff44f38e3fb19b5364b77a3c5d81ebca6a26d (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                      





                                  

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

{.hint[XDeclaredButNotUsed]: off.}
var
  x: int
  
echo x #OUT 0