2 920710-1.c from the execute part of the gcc torture suite.
9 #pragma disable_warning 93
13 testTortureExecute (void)
15 // Enable when sdcc supports double and unsigned long long.
17 if ((double) 18446744073709551615ULL < 1.84467440737095e+19 ||
18 (double) 18446744073709551615ULL > 1.84467440737096e+19)
21 if (16777217L != (float)16777217e0
)