1 // PR c++/19200
2 
3 namespace N {
4   void S();
5 }
6 
7 struct S {
8   friend void N::S();
9 };
10