2 930614-1.c from the execute part of the gcc torture suite.
9 #pragma disable_warning 93
10 #pragma disable_warning 85
19 testTortureExecute (void)
21 #ifndef __SDCC_pdk14 // Lack of memory
23 double tx
= 0.0, ty
, d
;
29 d
= (tx
> ty
) ? tx
: ty
;