summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/itos-entail.smt2
blob: aca5e4f6ac3d1b43f6822c1f09794000a5ad7978 (plain)
1
2
3
4
5
6
7
8
9
10
11
(set-info :smt-lib-version 2.6)
(set-logic ALL)
(set-info :status sat)
(set-option :strings-exp true)
(declare-fun x () Int)
(declare-fun y () String)
(declare-fun z () String)

(assert (str.contains "ABCD" (str.++ y (str.from_int x) z)))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback