Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
set386.c
1
foo
(
a
,
p
)
2
int
*
p
;
3
{
4
*
p
=
a
>
0
;
5
}