Commit a5b9863a by Nathanael Nerode

g++.dg/parse/namespace2.C: New test.

From-SVN: r60758
parent 231b51a1
2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
g++.dg/parse/namespace2.C: New test.
g++.dg/parse/parens2.C: New test.
2003-01-01 Neil Booth <neil@daikokuya.co.uk>
......
/* PR c++/2537 */
/* { dg-do compile } */
// Used to have namespace name/identifier conflict, prior to 3.4.
namespace baz {}
namespace foo
{
struct bar
{
unsigned baz:1;
};
}
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