summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/idof-neg-index.smt2
blob: c24fcc00aa5a4fb7a297c6e2c161216fe828de30 (plain)
1
2
3
4
5
6
7
8
(set-logic ALL_SUPPORTED)
(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