// PR c++/42761 // { dg-do compile { target c++11 } } template _Tp* fn(); template struct A { template ())> struct B { }; }; A a;