2 981001-1.c from the execute part of the gcc torture suite.
13 #if !defined(__SDCC_pdk14) && !defined(__SDCC_pdk15) // Lack of memory
14 unsigned long flg
= 0;
16 long sub (int n
) __reentrant
26 return (a
+ 2 * sub (n
/ 2 - 1)) * a
;
42 testTortureExecute (void)
44 #if !defined(__SDCC_pdk14) && !defined(__SDCC_pdk15) // Lack of memory
45 if (sub (30) != 832040L)