2 20030209-1.c from the execute part of the gcc torture tests.
9 #pragma disable_warning 93
12 #if !defined(__SDCC_mcs51) && !defined(__SDCC_pdk14) && !defined(__SDCC_pdk15) // Lack of memory
13 double x
[10][10]; /* Was [100][100] originally, while the 9 below was 99, but that was too big for sdcc targets. */
17 testTortureExecute (void)
19 #if !defined(__SDCC_mcs51) && !defined(__SDCC_pdk14) && !defined(__SDCC_pdk15) // Lack of memory