1 2 3 4 5 6
/* { dg-additional-options "-std=gnu89" } */ scond (a, b, c, d) { return (a > b) & (c < d); }