summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/issue5374-proxy-i.smt2
blob: 89b2d007b2fe505aed326f9d8640814280a69550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; COMMAND-LINE: -i
; EXPECT: sat
(set-logic QF_UFSLIA)
(set-option :strings-lazy-pp false)
(declare-fun str0 () String)
(declare-fun str4 () String)
(declare-fun str15 () String)
(push 1)
(assert (str.in_re (str.replace str0 "gpQrbuIlpcirZXw" "") (str.to_re "")))
(push 1)
(check-sat)
(pop 1)
(pop 1)
(assert (distinct str15 str4 (str.replace str0 "gpQrbuIlpcirZXw" "") ""))
(push 1)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback