// { dg-do assemble } // It is illegal to use the name of a class template for anything else, // including another class template. template class A { }; // { dg-error "" } template class A { }; // { dg-error "" }