fix
From-SVN: r23355
This commit is contained in:
parent
2e15faa2e8
commit
386c8529dd
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user