summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/issue5483-pp-leq.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/strings/issue5483-pp-leq.smt2')
-rw-r--r--test/regress/regress1/strings/issue5483-pp-leq.smt29
1 files changed, 9 insertions, 0 deletions
diff --git a/test/regress/regress1/strings/issue5483-pp-leq.smt2 b/test/regress/regress1/strings/issue5483-pp-leq.smt2
new file mode 100644
index 000000000..9e9900b21
--- /dev/null
+++ b/test/regress/regress1/strings/issue5483-pp-leq.smt2
@@ -0,0 +1,9 @@
+; COMMAND-LINE: -i
+; EXPECT: sat
+(set-logic QF_SLIA)
+(declare-fun _substvar_21_ () String)
+(declare-fun _substvar_29_ () String)
+(set-option :strings-lazy-pp false)
+(assert (xor true true true true (str.<= _substvar_21_ _substvar_29_) true true))
+(push 1)
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback