summaryrefslogtreecommitdiff
path: root/test/regress/regress1/proofs/qgu-fuzz-1-strings-pp.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/proofs/qgu-fuzz-1-strings-pp.smt2')
-rw-r--r--test/regress/regress1/proofs/qgu-fuzz-1-strings-pp.smt25
1 files changed, 5 insertions, 0 deletions
diff --git a/test/regress/regress1/proofs/qgu-fuzz-1-strings-pp.smt2 b/test/regress/regress1/proofs/qgu-fuzz-1-strings-pp.smt2
new file mode 100644
index 000000000..c0c1f16f7
--- /dev/null
+++ b/test/regress/regress1/proofs/qgu-fuzz-1-strings-pp.smt2
@@ -0,0 +1,5 @@
+(set-logic ALL)
+(set-info :status unsat)
+(declare-fun x () String)
+(assert (let ((_let_1 (str.to_re "B"))) (and (str.in_re x (re.++ re.allchar (str.to_re (str.++ "B" "A")))) (str.in_re x (re.* (re.union re.allchar (str.to_re "A")))) (str.in_re x (re.* (re.union re.allchar _let_1))) (str.in_re x (re.* (re.++ re.allchar _let_1))))))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback