(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
init/
array22.C
// PR C++/29002
// We ICE trying to set the "zero" initializer on the incomplete
//  array

struct A {};
int A::* x[]; // { dg-error "size" }