(set-logic QF_BV) (set-info :status sat) (declare-const v0 (_ BitVec 4)) (assert (= #b1 (bvand ((_ extract 3 3) v0) ((_ extract 2 2) v0)))) (check-sat)