aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/template/error5.C
blob: 72d3c29b8fd5c6a5048404491d63b48d0c96c0eb (plain)
1
2
3
4
5
6
template <typename T>
struct X<T*> { // { dg-error "not a class template" }
   typedef int Y;
};

extern struct Z<int> s; // { dg-error "not a class template" }