Placement of the opening brace for namespace declarations.
namespace N { int x; }
namespace N{ int x; }