mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
added test case for #1252
This commit is contained in:
committed by
Andreas Rumpf
parent
90e82f8ecf
commit
62ffac25dc
12
tests/types/t1252.nim
Normal file
12
tests/types/t1252.nim
Normal 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
|
||||
Reference in New Issue
Block a user