1 2 3 4 5 6 7
// PR c++/8355 namespace Foo { template <typename T> void foo();} struct Bar { friend void Foo::foo<int>(); };