summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/bv-int-collapse2.smt2
blob: a630049cbb6c0fc5b44586c201cea5bd7a747f22 (plain)
1
2
3
4
5
6
7
; COMMAND-LINE: --no-check-proofs --no-check-unsat-cores
; EXPECT: unsat
(set-logic ALL_SUPPORTED)
(set-info :status unsat)
(declare-fun t () Int)
(assert (= (+ t 1) (bv2nat ((_ int2bv 16) t))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback