(set-logic QF_ABV) (set-info :status unsat) (declare-const a0 (Array (_ BitVec 32) (_ BitVec 8) )) (declare-const a1 (Array (_ BitVec 32) (_ BitVec 8) )) (declare-const v0 (_ BitVec 32)) (declare-const v1 (_ BitVec 8)) (declare-const v2 (_ BitVec 1)) (assert (= #b1 (bvnot (ite (= (ite (= (bvnot v2) #b1) (store a0 v0 v1) (store a1 v0 v1)) (store (ite (= (bvnot v2) #b1) a0 a1) v0 v1)) #b1 #b0)))) (check-sat)