blob: 9ebe226eb6fb1756e2f99a90cf367e49400e5602 [file] [log] [blame]
// PR c++/8355
namespace Foo { template <typename T> void foo();}
struct Bar
{
friend void Foo::foo<int>();
};