Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / crash15.C
blob446a256b3ed6962b1d507f85b4cd74ef655af3aa
1 // { dg-do assemble  }
3 template <class T>
4 template <class U>
5 struct A { // { dg-error "" } too many template parameter lists
6 public:
7   A() {}
9   A(const A<T>& b) {}