summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/stoi-solve.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/strings/stoi-solve.smt2')
-rw-r--r--test/regress/regress1/strings/stoi-solve.smt26
1 files changed, 6 insertions, 0 deletions
diff --git a/test/regress/regress1/strings/stoi-solve.smt2 b/test/regress/regress1/strings/stoi-solve.smt2
new file mode 100644
index 000000000..4fbbdcfc1
--- /dev/null
+++ b/test/regress/regress1/strings/stoi-solve.smt2
@@ -0,0 +1,6 @@
+(set-logic ALL)
+(set-info :status sat)
+(set-option :strings-exp true)
+(declare-fun x () String)
+(assert (= (str.to.int x) 12345))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback