blob: 16c2e0a7f363d7665e7608a4ceb30bdc44bea3a4 [file] [log] [blame]
// PR c++/19200
namespace N {
void S();
}
struct S {
friend void N::S();
};