aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/scond.c
blob: 3ea607c7d6bf4ee8804eb143bd396234861bb706 (plain)
1
2
3
4
5
6
/* { dg-additional-options "-std=gnu89" } */

scond (a, b, c, d)
{
  return (a > b) & (c < d);
}