No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / init / array22.C
blob0c5bb33da989225a4c10d116e82ace3a6d7fefb2
1 // PR C++/29002
2 // We ICE trying to set the "zero" initializer on the incomplete
3 //  array
5 struct A {};
6 int A::* x[]; // { dg-error "size" }