summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/issue1189.smt2
blob: 0b581994c4b383b4c46e32e1b6d9eb5e6b4dade0 (plain)
1
2
3
4
5
6
7
(set-info :smt-lib-version 2.5)
(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