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