solidity/test/libyul/yulOptimizerTests/unusedPruner/keccak.yul
Daniel Kirchner 10618188dd Update tests.
2021-11-09 14:34:05 +01:00

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())
// }
// }