2 20060110-1.c from the execute part of the gcc torture suite.
11 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)
15 return (a
<< 32) >> 32;
17 long long a
= 0x1234567876543210LL
;
18 long long b
= (0x1234567876543210LL
<< 32) >> 32;
22 testTortureExecute (void)
24 #if !defined (__SDCC_mcs51)