summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/bv2nat-simp-range.smt2
blob: 31e2b7bd1062b1301efaa32986f25fa1c0b958d8 (plain)
1
2
3
4
5
6
; EXPECT: unsat
(set-logic ALL)
(set-info :status unsat)
(declare-fun t () (_ BitVec 16))
(assert (not (and (<= 0 (bv2nat t)) (< (bv2nat t) 65536))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback