Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
920501-17.c
1
x
(
)
{
static
const
char
x
[
]
=
"
x
"
;
char
y
[
2
]
;
y
[
0
]
=
x
[
1
]
;
}