From-SVN: r34688
This commit is contained in:
Jason Merrill 2000-06-24 18:27:43 -04:00
parent be78ffb226
commit 0b44a7e9ec

View File

@ -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
};
}