Rebase.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / friend10.C
blob16c2e0a7f363d7665e7608a4ceb30bdc44bea3a4
1 // PR c++/19200
3 namespace N {
4   void S();
7 struct S {
8   friend void N::S();
9 };