summaryrefslogtreecommitdiff
path: root/test/regress/regress1/proofs/qgu-fuzz-arrays-1-dd-te-auto.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/proofs/qgu-fuzz-arrays-1-dd-te-auto.smt2')
-rw-r--r--test/regress/regress1/proofs/qgu-fuzz-arrays-1-dd-te-auto.smt27
1 files changed, 7 insertions, 0 deletions
diff --git a/test/regress/regress1/proofs/qgu-fuzz-arrays-1-dd-te-auto.smt2 b/test/regress/regress1/proofs/qgu-fuzz-arrays-1-dd-te-auto.smt2
new file mode 100644
index 000000000..b55fb3d49
--- /dev/null
+++ b/test/regress/regress1/proofs/qgu-fuzz-arrays-1-dd-te-auto.smt2
@@ -0,0 +1,7 @@
+(set-logic ALL)
+(set-info :status unsat)
+(declare-const x Int)
+(declare-fun b () (Array Int Int))
+(declare-fun y () Int)
+(assert (and (= b (store b x y)) (= b (store b y y)) (= y (ite (> y 0) 0 y)) (= (store b 0 0) (store (store b y 1) 1 1))))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback