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