(** * Empty classes, one missing semicolon. The parser does not report this as * an error, but merely gives a warning. *) class A { } class B { };