Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / template / error5.C
blob0c793509da4031998adb3825a3d81451a65dfd78
1 template <typename T>
2 struct X<T*> { // { dg-error "not a template" }
3    typedef int Y;
4 };
6 extern struct Z<int> s; // { dg-error "not a template" }