Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
storecc.c
blob: 116346910915b8cb874f8d71818fe84c2349b695 [
file
] [
log
] [
blame
]
foo
(
char
*
p
,
int
a
)
{
*
p
=
a
;
if
((
char
)
a
)
return
1
;
}