2 pr81503.c from the execute part of the gcc torture tests.
9 #if !defined(__SDCC_pdk14) // Lack of memory
10 unsigned short a
= 41461;
11 unsigned short b
= 3419;
12 #if __SIZEOF_INT__ >= 4
16 if (a
+ b
* ~(0 != 5))
17 c
= -~(b
* ~(0 != 5)) + 2147483647;
23 if (a
+ b
* ~((int32_t)(0 != 5)))
24 c
= -~(b
* ~((int32_t)(0 != 5))) + 2147483647;
30 testTortureExecute (void) {
31 #if !defined(__SDCC_pdk14) // Lack of memory