summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/str004.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/strings/str004.smt2')
-rw-r--r--test/regress/regress0/strings/str004.smt215
1 files changed, 15 insertions, 0 deletions
diff --git a/test/regress/regress0/strings/str004.smt2 b/test/regress/regress0/strings/str004.smt2
new file mode 100644
index 000000000..d4763adee
--- /dev/null
+++ b/test/regress/regress0/strings/str004.smt2
@@ -0,0 +1,15 @@
+(set-logic ALL_SUPPORTED)
+(set-info :status unsat)
+
+(declare-fun xx () String)
+(declare-fun yy () String)
+(declare-fun zz () String)
+(declare-fun ww () String)
+(declare-fun pp () String)
+(declare-fun qq () String)
+
+; Morgan says it needs length bound
+(assert (> (str.len yy) (str.len xx)))
+(assert (= xx (str.++ xx yy)))
+
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback