mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
15 lines
194 B
Plaintext
15 lines
194 B
Plaintext
{
|
|
let a := 1
|
|
let b := keccak256(1, 1)
|
|
sstore(0, msize())
|
|
}
|
|
// ----
|
|
// step: unusedPruner
|
|
//
|
|
// {
|
|
// {
|
|
// pop(keccak256(1, 1))
|
|
// sstore(0, msize())
|
|
// }
|
|
// }
|