summary refs log tree commit diff stats
path: root/tests/lexer/thexlit.nim
blob: 2b7f0a40e06b6f6947ab335b08d58bb3f4658d4a (plain) (blame)
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"