2 950503-1.c from the execute part of the gcc torture suite.
12 testTortureExecute (void)
14 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)
16 unsigned long long utmp1
, utmp2
;
20 utmp1
= (~((unsigned long long) 0)) >> tmp
;
21 utmp2
= (~((unsigned long long) 0)) >> 16;