aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/951220-1.c
blob: 33e98f6221efd2e72473bd213b35b71fb8d5a2e3 (plain)
1
2
3
4
f (char *x)
{
  return (*x & 2) || (*x & 3);
}