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