blob: 3a1060ad615789ea04ba18f2e4cd58a906fa5ba6 [file] [log] [blame]
// { dg-do assemble }
void f ()
{
struct A {
friend void g ();
};
}
void h () {
g (); // { dg-error "" } no g in scope
}