// { dg-options "" } template struct A {}; struct B { static const int s; A a; // { dg-error "array|template" } }; const int B::s=16; B b;