Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
storecc.c
1
foo
(
char
*
p
,
int
a
)
2
{
3
*
p
=
a
;
4
if
(
(
char
)
a
)
5
return
1
;
6
}