solidity/test/libyul/yulOptimizerTests/unusedPruner/keccak.yul

15 lines
194 B
Plaintext
Raw Normal View History

{
let a := 1
let b := keccak256(1, 1)
sstore(0, msize())
}
// ----
// step: unusedPruner
//
// {
2021-11-09 12:25:25 +00:00
// {
// pop(keccak256(1, 1))
// sstore(0, msize())
// }
// }