blob: 8b3612debde18c02c55b68770e91485843451cba [file] [log] [blame]
//PR c++/27962
template<int> struct A
{
template<typename> void foo();
};
template<> template<struct T> void A<0>::foo() {} // { dg-error "class type|incomplete" }