summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/issue3497.smt2
blob: 99597dffaafeffba98841b9a9a53d488dbb2ff80 (plain)
1
2
3
4
5
6
7
8
9
(set-info :smt-lib-version 2.6)
(set-logic QF_SLIA)
(set-info :status sat)
(set-option :strings-exp true)
(declare-fun x () String)
(declare-fun y () String)
(assert (= (str.indexof x y 1) (str.len x)))
(assert (str.contains x y))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback