// PR c++/35325 // { dg-options "" } template struct A {}; template struct B : A {}; // { dg-error "not supported" } template struct C : A {}; // { dg-error "not supported" }