// PR c++/26912 struct Foo { template int func() const; }; class Bar { friend int Foo::func() const; };