mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
147 B
Plaintext
12 lines
147 B
Plaintext
|
{
|
||
|
let a := mload(0)
|
||
|
mstore(0, sub(a, a))
|
||
|
}
|
||
|
// ----
|
||
|
// fullSimplify
|
||
|
// {
|
||
|
// let _1 := 0
|
||
|
// pop(mload(_1))
|
||
|
// mstore(_1, 0)
|
||
|
// }
|