contract test {
event Test(uint a, uint b,);
function(uint a) {}
}
// ----
// ParserError 7591: (45-46): Unexpected trailing comma in parameter list.