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