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