2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / tredecl4.C
blobc5bb92e1b15031a067b4fe9ddbb8f05ca24a0baf
1 // { dg-do assemble  }
2 // It is illegal to use the name of a class template for anything else,
3 // including another class template.
5 template <class T> class A { }; // { dg-error "" } 
6 template <class U, class V> class A { }; // { dg-error "" }