* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr43661.c
blob1337e1df33b423b76cbc6e55c527b19bc1906ea1
1 int
2 func (int x)
4 return 0 ? (unsigned short) (0 ? : 1 * (signed char) (x ^ x) >= 0) : 1;