aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/tredecl4.C
blob: 64ba4b8ff8b0b0571306a434d8ad227cf1255fcf (plain)
1
2
3
4
5
// 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 -