2 20120817-1.c from the execute part of the gcc torture suite.
11 #ifndef __SDCC_pdk14 // Lack of memory
12 typedef unsigned long long u64
;
13 unsigned long foo
= 0;
17 return ((u64
)40) + ((u64
) 24) * (int)(foo
- 1);
22 testTortureExecute (void)
24 #if !defined(__SDCC_pdk14)