index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
ic.c
blob: 150e1e8ed7e9e77506f8440a9c3279f73e7e62ad (
plain
)
1
2
3
4
5
6
7
foo
(
int
*
ip
,
int
a
)
{
a
++
;
if
(
a
<
ip
[
a
])
return
1
;
return
0
;
}