OSDN Git Service

gcc/cp/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / init / array23.C
1 // PR C++/29002
2 // We ICE trying to set the "zero" initializer on the incomplete
3 //  array
4
5 struct A {A();int A::* t;};
6 A x[]; // { dg-error "size" }