summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/idof-neg-index.smt2
blob: e886a53fdbe0a1bbfd13cac7d70794b2af22992c (plain)
1
2
3
4
5
6
7
8
(set-logic ALL)
(set-option :strings-exp true)
(set-info :status unsat)
(declare-fun s () String)
(declare-fun x () Int)
(assert (< x 0))
(assert (>= (str.indexof s "goodbye" x) 0))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback