Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
scond.c
blob: 3ea607c7d6bf4ee8804eb143bd396234861bb706 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
scond
(
a
,
b
,
c
,
d
)
{
return
(
a
>
b
)
&
(
c
<
d
);
}