aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr48305.c
blob: aaec71c52a319456b3478143e26d273255fe4f13 (plain)
1
2
3
4
5
6
7
/* PR c/48305 */

int
foo (int x)
{
  return (x ^ 1) == (x ^ 1U);
}