solidity/test/libsolidity/semanticTests/array/pop/array_pop_empty_exception.sol

13 lines
208 B
Solidity

contract c {
uint256[] data;
function test() public returns (bool) {
data.pop();
return true;
}
}
// ====
// compileViaYul: also
// ----
// test() -> FAILURE, hex"4e487b71", 0x31