xref
: /
dports
/
lang
/
gcc11-devel
/
gcc-11-20211009
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
mcmp.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
foo(ip,a,x)
1
foo
(
ip
,
a
,
x
)
2
int
a
;
3
int
*
ip
;
4
int
x
;
5
{
6
if
(
a
>=
1
)
7
x
++;
8
return
x
;
9
}
10