1 2 3 4 5 6 7 8 9 10
{ let a := add(0, mload(0)) mstore(0, a) } // ---- // fullSimplify // { // let _1 := 0 // mstore(_1, mload(_1)) // }