// PR c++/54653 template struct A; template struct A { template struct B; }; template struct A::B { }; // { dg-error "too few template-parameter-lists" }