// PR c++/70258 // { dg-do compile { target c++11 } } template struct H { template H (); }; struct J { struct K { int First = 0; }; H FunctionMDInfo; };