summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/idof-sem.smt2
blob: 90dcc83a0642c81e5ecd0f2fef7557dda4954d98 (plain)
1
2
3
4
5
6
(set-logic SLIA)
(set-option :strings-exp true)
(set-info :status unsat)
(declare-fun x () String)
(assert (not (= (str.indexof x "" 0) (- 1))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback