blob: 64ba4b8ff8b0b0571306a434d8ad227cf1255fcf [file] [log] [blame]
// It is illegal to use the name of a class template for anything else,
// including another class template.
template <class T> class A { }; // ERROR -
template <class U, class V> class A { }; // ERROR -