// PR c++/42761 // { dg-options "-std=c++0x" } template _Tp* fn(); template struct A { template ())> struct B { }; }; A a;