added test case for #1252

This commit is contained in:
Fabian Keller
2017-06-19 19:30:21 +02:00
committed by Andreas Rumpf
parent 90e82f8ecf
commit 62ffac25dc

12
tests/types/t1252.nim Normal file
View File

@@ -0,0 +1,12 @@
discard """
output: '''true
true
true
true
'''
"""
echo float32 isnot float64
echo float32 isnot float
echo int32 isnot int64
echo int32 isnot int