solidity/test/libsolidity/syntaxTests/parsing/event.sol
2021-04-20 17:38:29 +02:00

5 lines
38 B
Solidity

contract c {
event e();
}
// ----