mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
10 lines
142 B
Plaintext
10 lines
142 B
Plaintext
{
|
|
let a := mload(sub(7, 7))
|
|
let b := sub(a, 0)
|
|
sstore(0, b)
|
|
}
|
|
// ----
|
|
// step: expressionSimplifier
|
|
//
|
|
// { sstore(0, mload(0)) }
|