rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr43661.c

6 lines
95 B
C

int
func (int x)
{
return 0 ? (unsigned short) (0 ? : 1 * (signed char) (x ^ x) >= 0) : 1;
}