aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/082_anonymous_event_four_indexed.sol
blob: e8b36906745ecfc1320184193ce0c09a516c4ede (plain) (tree)
1
2
3


                                                                                        
contract c {
    event e(uint indexed a, bytes3 indexed b, bool indexed c, uint indexed d) anonymous;
}