OSDN Git Service

PR c++/50835
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / error5.C
1 template <typename T>
2 struct X<T*> { // { dg-error "not a template" }
3    typedef int Y;
4 };
5
6 extern struct Z<int> s; // { dg-error "not a template" }