2 20060127-1.c from the execute part of the gcc torture suite.
11 // TODO: Enable when long long comes to these ports!
12 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)
16 if ((a
& 0xffffffffLL
) != 0)
20 long long a
= 0x1234567800000000LL
;
24 testTortureExecute (void)
26 #if !defined (__SDCC_mcs51)