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

10 lines
116 B
Plaintext

{
let a := 1
let b := mload(10)
sstore(0, 5)
}
// ----
// step: unusedPruner
//
// { { sstore(0, 5) } }