mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
17 lines
211 B
Plaintext
17 lines
211 B
Plaintext
{
|
|
let x := 0
|
|
let y := 32
|
|
// can be removed
|
|
mstore(x, y)
|
|
return(0, 0)
|
|
}
|
|
// ----
|
|
// step: memoryStoreRemover
|
|
//
|
|
// {
|
|
// let x := 0
|
|
// let y := 32
|
|
// pop(y)
|
|
// return(0, 0)
|
|
// }
|