summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/bvproof2.smt2
blob: f06194952de3b4879e0b6e19d2276ad79949a1c0 (plain)
1
2
3
4
5
6
7
(set-logic QF_ABV)
(set-info :status unsat)
(declare-const v (_ BitVec 1))
(declare-const _v (_ BitVec 2))
(declare-fun a () (Array (_ BitVec 3) (_ BitVec 2)))
(assert (not (= (store (store (store a ((_ zero_extend 1) _v) (_ bv0 2)) (_ bv1 3) (_ bv0 2)) (_ bv0 3) (_ bv0 2)) (store (store (store (store a (_ bv0 3) (_ bv0 2)) ((_ zero_extend 2) v) (_ bv0 2)) (_ bv1 3) (_ bv0 2)) ((_ zero_extend 1) _v) (_ bv0 2)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback