2 921202-2.c from the execute part of the gcc torture suite.
11 // Some ports do not support long long yet.
12 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)
22 testTortureExecute (void)
24 // Some ports do not support long long yet.
25 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)
26 if (f(0x0123456789ABCDEFLL
) != 0xCD)