aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/verifier/expr_float_nan.good
blob: 36749242778ce5ed68a950e95a9e205587ab1250 (plain)
1
2
3
4
5
6
7
8
9
10

float fa = NaN;
float fb = inf;
float fc = +inf;
float fd = -inf;

cdouble da = NaN;
cdouble db = inf;
cdouble dc = +inf;
cdouble dd = -inf;