solidity/test/libyul/yulOptimizerTests/fullSimplify/constants.yul

9 lines
110 B
Plaintext
Raw Normal View History

{
let a := add(1, mul(3, 4))
mstore(0, a)
}
// ----
// step: fullSimplify
//
2021-11-09 12:25:25 +00:00
// { { mstore(0, 13) } }