summaryrefslogtreecommitdiff
path: root/test/regress/regress1/proofs/str-ovf-dd.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/proofs/str-ovf-dd.smt2')
-rw-r--r--test/regress/regress1/proofs/str-ovf-dd.smt29
1 files changed, 9 insertions, 0 deletions
diff --git a/test/regress/regress1/proofs/str-ovf-dd.smt2 b/test/regress/regress1/proofs/str-ovf-dd.smt2
new file mode 100644
index 000000000..85a879052
--- /dev/null
+++ b/test/regress/regress1/proofs/str-ovf-dd.smt2
@@ -0,0 +1,9 @@
+(set-logic ALL)
+(set-info :status unsat)
+(declare-const x Bool)
+(declare-const a String)
+(declare-const a4 String)
+(assert (= a4 "-"))
+(assert (str.in_re (str.++ a4 a a4) re.allchar))
+(assert (= x (str.in_re a re.allchar)))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback