summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/bug612.smt2
blob: b627e2064c88d93232563b66925102317f5f8607 (plain)
1
2
3
4
5
6
7
8
9
10
(set-logic QF_S)
(set-option :strings-exp true)
(set-info :status unsat)

(declare-fun s () String)

(assert (not (str.contains s "x")))
(assert (str.contains s "xy"))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback