summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/issue5396.smt2
blob: 7f6d3ab3807708ece5b9731f154a4d6dc6cfbdc1 (plain)
1
2
3
4
5
6
(set-logic QF_BVLIA)
(set-info :status unsat)
(declare-fun a () Int)
(assert (= (bv2nat (bvor ((_ int2bv 3) a) ((_ int2bv 3) a))) 0))
(assert (distinct ((_ extract 0 0) (bvsdiv ((_ int2bv 3) (bv2nat (bvmul ((_ int2bv 3) a) ((_ int2bv 3) a)))) ((_ int2bv 3) 1))) (_ bv0 1)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback