2 20000715-1.c from the execute part of the gcc torture tests.
16 if ((x
< y
? x
++ : y
++) != 2)
31 z
= (x
< y
) ? x
++ : y
++;
48 if ((xx
< yy
? x
++ : y
++) != 2)
71 if ((x
< y
? x
++ : y
++) != 2)
87 z
= (x
< y
) ? x
++ : y
++;
105 z
= (xx
< y
) ? x
++ : y
++;
117 testTortureExecute (void){