aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/unsorted/sc.c
blob: 84dc60f7e90fc1df486e687febca827611db92e7 (plain)
1
2
3
4
5
foo (a, b)
     int a, b;
{
  return (a < 0) | (a <= 0) | (a == 0) | (a != 0) | (a >= 0) | (a > 0);
}