solidity/test/libsolidity/smtCheckerTests/operators/delete_tuple.sol

9 lines
99 B
Solidity
Raw Normal View History

contract A{
function f() public pure {
delete ([""][0]);
}
}
2021-03-31 15:11:54 +00:00
// ====
// SMTEngine: all
// ----