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