summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/divtest_2_5.smt2
blob: f4552004483df937d39deac699a4ab14e6a6b162 (plain)
1
2
3
4
5
6
7
8
; EXPECT: unsat
(set-logic QF_BV)
(set-info :status unsat)
(declare-fun x () (_ BitVec 8))
(declare-fun y () (_ BitVec 8))

(assert (not (= (bvudiv x (_ bv0 8)) (_ bv255 8))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback