summaryrefslogtreecommitdiff
path: root/test/regress/regress0/aufbv/diseqprop.01.smtv1.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/aufbv/diseqprop.01.smtv1.smt2')
-rw-r--r--test/regress/regress0/aufbv/diseqprop.01.smtv1.smt29
1 files changed, 9 insertions, 0 deletions
diff --git a/test/regress/regress0/aufbv/diseqprop.01.smtv1.smt2 b/test/regress/regress0/aufbv/diseqprop.01.smtv1.smt2
new file mode 100644
index 000000000..aad8e1ce3
--- /dev/null
+++ b/test/regress/regress0/aufbv/diseqprop.01.smtv1.smt2
@@ -0,0 +1,9 @@
+(set-option :incremental false)
+(set-info :status unsat)
+(set-logic QF_AUFBV)
+(declare-fun x () (_ BitVec 32))
+(declare-fun y () (_ BitVec 32))
+(declare-fun a () (Array (_ BitVec 32) (_ BitVec 8)))
+(assert (not (= (store a x (_ bv0 8)) (store a x ((_ extract 7 0) y)))))
+(assert (= y (_ bv0 32)))
+(check-sat-assuming ( true ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback