Placement of the opening brace for class, struct, union, and enum declarations.
class Foo { int x; }
class Foo{ int x; }