FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / scoping12.C
blob96e4ab730333db5658b32ddec1e016f19268a20a
1 // Build don't link:
2 void f ()
4   struct A {
5     friend void g ();
6   };
8 void h () {
9   g ();                         // ERROR - no g in scope