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