aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/event_arguments.sol
blob: 3228853af6b0f2108cbb808a22c1f8779141349d (plain) (blame)
1
2
3
contract c {
    event e(uint a, bytes32 s);
}