aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/arrays_in_events.sol
blob: edbc966505c83094830c201d2ab0d197ceba70bf (plain) (blame)
1
2
3
contract c {
    event e(uint[10] a, bytes7[8] indexed b, c[3] x);
}