blob: 72d3c29b8fd5c6a5048404491d63b48d0c96c0eb [file] [log] [blame]
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" }