2 20000422-1.c from the execute part of the gcc torture tests.
11 #if !defined(__SDCC_pdk14) // Lack of memory
14 11, 12, 46, 3, 2, 2, 3, 2, 1, 3, 2, 1, 2
19 46, 12, 11, 3, 3, 3, 2, 2, 2, 2, 2, 1, 1
26 testTortureExecute (void)
28 #if !defined(__SDCC_pdk14) // Lack of memory
31 for (i
= 0; i
< num
; i
++)
35 for (j
= num
- 1; j
> i
; j
--)
37 if (ops
[j
-1] < ops
[j
])
47 for (i
= 0; i
< num
; i
++)
48 if (ops
[i
] != correct
[i
])