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