aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/verifier/expr_float_nan.bad
blob: 2faac279fb01a9ed94af9a38a13ec07ca39397c4 (plain)
1
2
3
4
5
6
7
8
9

/* ERRORS */
int a = NaN;
int b = inf;
int c = +inf;
int d = -inf;
int e = 2*(1+inf);