Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
o.c
blob: e8b78e383cbe9fd9364127c5f20577d1c777a3e2 [
file
] [
log
] [
blame
]
foo
(
a
,
p
)
char
a
;
int
*
p
;
{
int
b
=
a
;
*
p
=
b
;
a
=
(
char
)
a
;
if
(
a
)
return
b
;
else
return
b
+
1
;
}