blob: 46b6be55831497c5f509e1a97ab97b46bf632901 [file] [log] [blame]
// PR c++/69657
// { dg-options "-Wpedantic" }
namespace N {
struct A {
friend void f(A);
};
}
void N::f(A) { } // { dg-warning "declared" }