solidity/test/libsolidity/smtCheckerTests/types/event_with_rational_size_array.sol
2020-07-17 11:17:27 +02:00

3 lines
71 B
Solidity

pragma experimental SMTChecker;
contract a { event b(uint[(1 / 1)]); }