2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / scoping12.C
blob3a1060ad615789ea04ba18f2e4cd58a906fa5ba6
1 // { dg-do assemble  }
2 void f ()
4   struct A {
5     friend void g ();
6   };
8 void h () {
9   g ();                         // { dg-error "" } no g in scope