2 pr78378.c from the execute part of the gcc torture tests.
11 #ifndef __SDCC_pdk14 // Lack of memory
12 /* PR rtl-optimization/78378 */
14 foo (unsigned long long x
)
18 return 1 + (unsigned short) x
;
23 testTortureExecute (void)
25 #ifndef __SDCC_pdk14 // Lack of memory
26 unsigned long long x
= foo (1);