Commit 922c7c56 by Alexandre Oliva

* ns1.C: New test.

From-SVN: r27902
parent 7a3f50ed
// Build don't link:
// Copyright (C) 1999 Free Software Foundation
// by Alexandre Oliva <oliva@dcc.unicamp.br>
// based on bug report by Dima Volodin <dvv@dvv.ru>
void foo();
namespace bar {
class baz {
friend void ::f(); // gets bogus error - parse error - XFAIL *-*-*
};
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment