mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
14 lines
154 B
Plaintext
14 lines
154 B
Plaintext
{
|
|
let x := 10
|
|
let y := 20
|
|
mstore(x, y)
|
|
}
|
|
// ----
|
|
// step: memoryStoreRemover
|
|
//
|
|
// {
|
|
// let x := 10
|
|
// let y := 20
|
|
// pop(y)
|
|
// }
|