index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
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
];}