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
/
920501-17.c
blob: 05a4d408d508d0b29270d2be210d466b7b9fbff8 (
plain
)
1
x
(){
static
const
char
x
[]
=
"x"
;
char
y
[
2
];
y
[
0
]
=
x
[
1
];}