summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/issue6653-2-update-c-len.smt2
blob: 88a89b7257d50c89ed25c66973622b0a6fb3044d (plain)
1
2
3
4
5
6
7
(set-logic ALL)
(set-info :status sat)
(set-option :strings-lazy-pp false)
(set-option :check-unsat-cores true)
(declare-fun s () String)
(assert (not (= "A" (str.substr (str.update "AAAAAA" 1 s) 5 1))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback