* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr48305.c
blobaaec71c52a319456b3478143e26d273255fe4f13
1 /* PR c/48305 */
3 int
4 foo (int x)
6 return (x ^ 1) == (x ^ 1U);