summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/update-ex2.smt2
blob: dedba68b26d323a68600d63799638208cc32aa3d (plain)
1
2
3
4
5
6
7
8
9
(set-logic QF_SLIA)
(set-option :strings-exp true)
(set-info :status unsat)
(declare-fun s () String)

(assert (not (= (str.substr (str.update "AAAAAA" 1 s) 5 1) "A")))
(assert (< (str.len s) 3))

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