mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
added thexlit test
This commit is contained in:
12
tests/run/thexlit.nim
Normal file
12
tests/run/thexlit.nim
Normal file
@@ -0,0 +1,12 @@
|
||||
discard """
|
||||
file: "thexlit.nim"
|
||||
output: "equal"
|
||||
"""
|
||||
|
||||
var t=0x950412DE
|
||||
|
||||
if t==0x950412DE:
|
||||
echo "equal"
|
||||
else:
|
||||
echo "not equal"
|
||||
|
||||
Reference in New Issue
Block a user