// PR c++/60383 template struct A { template struct B { template struct B {}; // { dg-error "specialization" } }; }; A<0>::B b;