Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
forgetcc.c
blob: 4105408a050731e8746157538f88fdc0a070eb3f [
file
] [
log
] [
blame
]
foo
(
hp
,
p
,
a
)
short
*
hp
;
int
*
p
;
int
a
;
{
hp
[
10
]
=
a
;
p
[
0
]
=
10
;
if
(
hp
[
10
]
>
0
)
return
1
;
return
0
;
}