From-SVN: r23355
This commit is contained in:
Jason Merrill 1998-10-26 07:32:06 -05:00
parent 2e15faa2e8
commit 386c8529dd

View File

@ -3,7 +3,6 @@
// cannot declare friend of enclosing class using its scope, works fine
// without scope or for definition of foo::bar::f
//
// excess errors test - XFAIL *-*-*
class foo
{
@ -18,6 +17,8 @@ public:
};
};
int foo::bar::x;
int foo::f() {
return bar::x;
}