summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/bv2nat-simp-range.smt2
blob: bc3ce73b743e11655dd8253ade3ea8e15e8b4303 (plain)
1
2
3
4
5
6
; EXPECT: unsat
(set-logic ALL_SUPPORTED)
(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