summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/qbv-test-invert-sign-extend.smt2
blob: 43019c4cb888977408f130ef72b42c0bd909b0c4 (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --cbqi-bv --cbqi-bv-ineq=keep --no-cbqi-full
; EXPECT: sat
(set-logic BV)
(set-info :status sat)
(declare-fun a () (_ BitVec 8))
(declare-fun b () (_ BitVec 16))

(assert (forall ((x (_ BitVec 8))) (not (= ((_ sign_extend 8) x) b))))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback