(set-logic QF_BV) (declare-fun a () (_ BitVec 2)) (declare-fun b () (_ BitVec 2)) (assert (and (= a b) (not (= a b)))) (check-sat) (exit)