FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / friend2.C
blob7d4a6c87d87a9aa9502c6587f66c22fcf54c88ea
1 //Build don't link:
2 namespace A{
3   void foo();
7 namespace B{
8 class B{
9   friend void A::foo();