// PR c++/53563 template struct s { template s(){} }; int main() { struct s::s a; // { dg-error "no match" } }