Merge with main truk.
[official-gcc.git] / gcc / testsuite / g++.dg / init / array32.C
blob06b27a94a8acab18efad7cc38e8fb2851fb52b99
1 // PR c++/42315
3 extern int x[];
5 int i = x[0];
7 int x[] = 0;                    // { dg-error "" }