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

9 lines
108 B
Plaintext

{
let a := mload(0)
mstore(0, sub(a, a))
}
// ----
// step: fullSimplify
//
// { { mstore(0, 0) } }