xref
: /
dports
/
lang
/
gcc11-devel
/
gcc-11-20211009
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
scond.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
scond(a,b,c,d)
1
scond
(
a
,
b
,
c
,
d
)
2
{
3
return
(
a
>
b
) & (
c
<
d
);
4
}
5