Files
Nim/tests/run/thexlit.nim
2012-05-09 23:59:12 +02:00

13 lines
142 B
Nim

discard """
file: "thexlit.nim"
output: "equal"
"""
var t=0x950412DE
if t==0x950412DE:
echo "equal"
else:
echo "not equal"