summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/idof-handg.smt2
blob: 3766a6d8530ec12f2843032e2a2c7e19d9faa017 (plain)
1
2
3
4
5
6
7
(set-logic ALL)
(set-option :strings-exp true)
(set-info :status sat)
(declare-fun s () String)
(assert (str.contains s "Hello and goodbye!"))
(assert (> (str.indexof s "goodbye" 0) (str.indexof s "Hello" 0)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback