blob: 0c5bb33da989225a4c10d116e82ace3a6d7fefb2 [file] [log] [blame]
// PR C++/29002
// We ICE trying to set the "zero" initializer on the incomplete
// array
struct A {};
int A::* x[]; // { dg-error "size" }