added thexlit test

This commit is contained in:
Araq
2012-05-09 23:59:12 +02:00
parent 2f17c264f4
commit ccc4ed2c5a

12
tests/run/thexlit.nim Normal file
View File

@@ -0,0 +1,12 @@
discard """
file: "thexlit.nim"
output: "equal"
"""
var t=0x950412DE
if t==0x950412DE:
echo "equal"
else:
echo "not equal"