2 960402-1.c from the execute part of the gcc torture suite.
11 // TODO: Enable when sdcc supports long long constants!
12 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)
14 f (signed long long int x
)
16 return x
> 0xFFFFFFFFLL
|| x
< -0x80000000LL
;
21 testTortureExecute (void)
23 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)