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

9 lines
110 B
Plaintext

{
let a := add(1, mul(3, 4))
mstore(0, a)
}
// ----
// step: fullSimplify
//
// { { mstore(0, 13) } }