Skip to content
Snippets Groups Projects
Commit d5945212 authored by Kriang Lerdsuwanakij's avatar Kriang Lerdsuwanakij Committed by Kriang Lerdsuwanakij
Browse files

namespace3.C: Remove extra semicolons.

	* g++.dg/parse/namespace3.C: Remove extra semicolons.
	* g++.dg/parse/namespace4.C: Likewise.

From-SVN: r60880
parent 0bfde487
No related branches found
No related tags found
No related merge requests found
2003-01-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* g++.dg/parse/namespace3.C: Remove extra semicolons.
* g++.dg/parse/namespace4.C: Likewise.
2003-01-03 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/template/ntp2.C: New test.
......
/* PR c+/3816 */
/* { dg-do compile } */
namespace A {};
namespace A {}
namespace OtherNamespace {
......@@ -8,5 +8,5 @@ namespace OtherNamespace {
int member;
} A; // used to conflict with A namespace
}; // end of namespace
} // end of namespace
......@@ -2,7 +2,7 @@
/* { dg-do compile } */
/* Another conflict between namespace IDs and other things. */
namespace A { };
namespace A { }
class B {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment