// PR c++/52685 template struct A { template struct B : public A > // { dg-error "declaration" } { struct C : public B // { dg-error "incomplete" } { }; }; };