aboutsummaryrefslogblamecommitdiff
path: root/tests/run/blame_eye_triple_eee-float.check
blob: 5e46d91a8f2214bc5895deea7575318ff206a631 (plain) (tree)
1
2
3
4
5
6
7
8
9








                       
if (NaN == NaN) is good
if (x == x) is good
if (x == NaN) is good
if (NaN != NaN) is good
if (x != x) is good
if (NaN != x) is good
x matching was good
NaN matching was good
loop with NaN was goood