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
/
compile
/
920828-1.c
blob: 4893173423b68f619fc2f83889faaca212e057bf (
plain
)
1
char
a
[]
=
{
4
,
5
};
f
(
n
){
return
a
[
n
<
2
?
n
:
0
];}