2 pr207187-1.c from the execute part of the gcc torture tests.
11 // Some ports do not support long long yet.
12 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)
19 return (((unsigned char) (unsigned long long) ((a
? a
: 1) & (a
* b
)))
25 testTortureExecute (void)
27 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)
28 ASSERT (!(1 - foo ()));