xref
: /
dports
/
lang
/
gcc10-devel
/
gcc-10-20211008
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
set386.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
foo(a,p)
1
foo
(
a
,
p
)
2
int
*
p
;
3
{
4
*
p
=
a
> 0;
5
}
6