* ns1.C: New test.

From-SVN: r27902
This commit is contained in:
Alexandre Oliva 1999-07-01 23:09:12 +00:00
parent 7a3f50eda1
commit 922c7c56f1

View File

@ -0,0 +1,14 @@
// 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 *-*-*
};
}