PR tree-optimization/81384 - built-in form of strnlen missing
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 920710-1.c
blob7c6f871e2acdcb96069b3cc1962178523b7a79c0
1 main()
3 if ((double) 18446744073709551615ULL < 1.84467440737095e+19 ||
4 (double) 18446744073709551615ULL > 1.84467440737096e+19)
5 abort();
7 if (16777217L != (float)16777217e0)
8 abort();
10 exit(0);