2 loop-8.c from the execute part of the gcc torture tests.
11 #pragma disable_warning 93 // Using float for double.
13 #ifndef __SDCC_pdk14 // Lackof memory
14 double a
[3] = { 0.0, 1.0, 2.0 };
16 void bar (int x
, double *y
)
24 testTortureExecute (void)
26 #ifndef __SDCC_pdk14 // Lackof memory
29 for (d
= 0; d
< 3; d
++)