aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/event_arguments_indexed.sol
blob: d603fc0834f791d9b53b3c6f59967979238f9edc (plain) (tree)
1
2
3


                                                       
contract c {
    event e(uint a, bytes32 indexed s, bool indexed b);
}