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