(set-logic QF_BV) (set-info :status sat) (declare-const v0 (_ BitVec 8)) (declare-const v1 (_ BitVec 1)) (assert (= #b1 (ite (= (bvnot v0) (ite (= v1 #b1) (bvnot v0) (bvnot v0))) #b1 #b0))) (check-sat)