Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
ic.c
blob: 150e1e8ed7e9e77506f8440a9c3279f73e7e62ad [
file
] [
log
] [
blame
]
foo
(
int
*
ip
,
int
a
)
{
a
++;
if
(
a
<
ip
[
a
])
return
1
;
return
0
;
}