summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/core/extract-concat-2.smtv1.smt2
blob: 43b5bd5439569f6d86a6b3bb2c5c67ba8f0f7899 (plain)
1
2
3
4
5
6
(set-option :incremental false)
(set-info :status unsat)
(set-logic QF_BV)
(declare-fun x () (_ BitVec 32))
(declare-fun y () (_ BitVec 32))
(check-sat-assuming ( (not (= ((_ extract 61 34) (concat x y)) ((_ extract 29 2) x))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback