mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
22 lines
233 B
Plaintext
22 lines
233 B
Plaintext
{
|
|
fun()
|
|
|
|
revert(0, 0)
|
|
|
|
function fun()
|
|
{
|
|
sstore(0, 1)
|
|
}
|
|
|
|
pop(add(1, 1))
|
|
}
|
|
// ----
|
|
// step: deadCodeEliminator
|
|
//
|
|
// {
|
|
// fun()
|
|
// revert(0, 0)
|
|
// function fun()
|
|
// { sstore(0, 1) }
|
|
// }
|