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