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.dg
/
lto
/
20081204-1_1.c
blob: 95761ea156b3f1b08b1b7003aece5c202eb1be62 (
plain
)
1
2
3
4
5
extern
const
int
i
[];
int
dummy
(
void
)
{
return
i
[
0
];
}