1 // PR c++/42315
2 
3 extern int x[];
4 
5 int i = x[0];
6 
7 int x[] = 0;			// { dg-error "" }
8