summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/str-code-unsat-2.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/strings/str-code-unsat-2.smt2')
-rw-r--r--test/regress/regress1/strings/str-code-unsat-2.smt26
1 files changed, 6 insertions, 0 deletions
diff --git a/test/regress/regress1/strings/str-code-unsat-2.smt2 b/test/regress/regress1/strings/str-code-unsat-2.smt2
new file mode 100644
index 000000000..38116061e
--- /dev/null
+++ b/test/regress/regress1/strings/str-code-unsat-2.smt2
@@ -0,0 +1,6 @@
+(set-logic QF_SLIA)
+(set-info :status unsat)
+(declare-fun x () String)
+(assert (= (str.len x) 1))
+(assert (or (< (str.code x) 0) (> (str.code x) 10000000000000000000000000000)))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback