1 2 3 4 5
contract c { enum foo { } } // ---- // ParserError: (25-26): enum with no members is not allowed.