blob: f52a7d7bad562f66554df646ca216a78e1f0f884 [file] [log] [blame]
// PR c++/101894
struct A
{
template<int> friend void foo();
template<int> friend void foo() {}
};