diff options
Diffstat (limited to 'tests/run/thintoff.nim')
-rw-r--r-- | tests/run/thintoff.nim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/run/thintoff.nim b/tests/run/thintoff.nim deleted file mode 100644 index 807ff44f3..000000000 --- a/tests/run/thintoff.nim +++ /dev/null @@ -1,12 +0,0 @@ -discard """ - file: "thintoff.nim" - output: "0" -""" - -{.hint[XDeclaredButNotUsed]: off.} -var - x: int - -echo x #OUT 0 - - |