2 cvt-1.c from the execute part of the gcc torture tests.
8 #pragma disable_warning 93
11 #if !defined(__SDCC_pdk14) && !defined(__SDCC_pdk15) // Lack of memory
15 return (double) (long) x
;
34 testTortureExecute (void)
36 #if 0 // TODO: Enable when SDCC supports double!
37 if (f (123456789L) != 123456789L)
39 if (f (123456789L) != g2 (123456789L))