// PR c++/64514 // { dg-do compile { target c++11 } } template struct Functor { template struct Inner {}; }; template struct Functor<>::Inner<>; int main() { }