aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/init/array32.C
blob: 06b27a94a8acab18efad7cc38e8fb2851fb52b99 (plain)
1
2
3
4
5
6
7
// PR c++/42315

extern int x[];

int i = x[0];

int x[] = 0;			// { dg-error "" }