(set-logic QF_BV) (set-info :status unsat) (declare-const v0 (_ BitVec 8)) (declare-const v1 (_ BitVec 8)) (declare-const v2 (_ BitVec 8)) (declare-const v3 (_ BitVec 8)) (declare-const v4 (_ BitVec 8)) (assert (= #b1 (ite (distinct (concat v0 (bvnot (concat (bvnot (concat v1 (bvnot v2))) (concat v3 (bvnot v4))))) (concat (concat (concat (concat v0 v1) (bvnot v2)) (bvnot v3)) v4)) #b1 #b0))) (check-sat)