xref
: /
dports
/
lang
/
gcc11-devel
/
gcc-11-20211009
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
aos.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
foo(p)
1
foo
(
p
)
2
int
*
p
;
3
{
4
if
((
int
)
p
> 0)
5
return
1
;
6
else
7
return
0;
8
}
9