aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/event_with_no_argument_list.sol
blob: b38c7dc9bf803bc82f81eda1ffc10d48329cf26b (plain) (blame)
1
2
3
4
5
contract c {
    event e;
}
// ----
// ParserError: (21-22): Expected '(' but got ';'