2 divconst-3.c from the execute part of the gcc torture tests.
7 #ifndef __SDCC_pdk14 // Lack of memory
11 return x
/ 10000000000LL;
16 testTortureExecute (void)
18 #ifndef __SDCC_pdk14 // Lack of memory
19 #if !(defined (__SDCC_pdk15) && defined(__SDCC_STACK_AUTO)) // Lack of code memory
20 ASSERT (f (10000000000LL) == 1);
21 ASSERT (f (100000000000LL) == 10);