fixed
From-SVN: r34688
This commit is contained in:
parent
be78ffb226
commit
0b44a7e9ec
@ -1,6 +1,6 @@
|
||||
// Build don't link:
|
||||
|
||||
// Copyright (C) 1999 Free Software Foundation
|
||||
// Copyright (C) 1999, 2000 Free Software Foundation
|
||||
|
||||
// by Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
// based on bug report by Dima Volodin <dvv@dvv.ru>
|
||||
@ -8,6 +8,6 @@
|
||||
void foo();
|
||||
namespace bar {
|
||||
class baz {
|
||||
friend void ::foo(); // gets bogus error - parse error - XFAIL *-*-*
|
||||
friend void ::foo(); // gets bogus error - parse error
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user