solidity/test/libsolidity/smtCheckerTests/array_members/array_pop_length_7.sol

10 lines
101 B
Solidity
Raw Normal View History

contract C {
uint[] a;
function f() public {
a.push();
a.pop();
}
}
2021-03-31 15:11:54 +00:00
// ====
// SMTEngine: all