summaryrefslogtreecommitdiff
path: root/test/regress/regress1/bv/bv-int-collapse2-sat.smt2
blob: 19627c2880b0edd2c68ac5136b39b953a7c2fce8 (plain)
1
2
3
4
5
6
(set-logic ALL)
(set-info :status sat)
(declare-fun t () Int)
(assert (> t 0))
(assert (not (= t (bv2nat ((_ int2bv 16) t)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback