summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/issue1189.smt2
blob: 18905ae65df480c3e9028461f1173ba50eb17c86 (plain)
1
2
3
4
5
6
7
(set-info :smt-lib-version 2.6)
(set-logic ALL)
(set-info :status unsat)
(set-option :strings-exp true)
(declare-const x Int)
(assert (str.contains (str.++ "some text" (str.from_int x) "tor") "vector"))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback