Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
g++.dg
/
init
/
array32.C
blob: 06b27a94a8acab18efad7cc38e8fb2851fb52b99 [
file
] [
log
] [
blame
]
// PR c++/42315
extern
int
x
[];
int
i
=
x
[
0
];
int
x
[]
=
0
;
// { dg-error "" }