summary refs log blame commit diff stats
path: root/tests/lexer/thexlit.nim
blob: 04a530c9c962885cb2f567d100ea57447d6d6310 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                     
discard """
  file: "thexlit.nim"
  output: "equal"
"""

var t=0x950412DE

if t==0x950412DE:
    echo "equal"
else:
    echo "not equal"