summaryrefslogtreecommitdiff
path: root/test/files/run/blame_eye_triple_eee-float.check
blob: 53eac99ecd18afa2c98a8bf5599f9738a8d7cbc6 (plain) (blame)
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 good