Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920501-17.c
blob: 3838bc0ef98b37164dfdd104afa44ab78c77a10c [
file
] [
log
] [
blame
]
void
x
(
void
){
static
const
char
x
[]=
"x"
;
char
y
[
2
];
y
[
0
]=
x
[
1
];}