summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/issue5915-repl-ctn-rewrite.smt2
blob: 42326da285906a8f5a031f202ac28bf98f7c713b (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --strings-exp
; EXPECT: unsat
(set-logic ALL)
(set-info :status unsat)
(declare-fun x () String)
(declare-fun y () String)
(declare-fun z () Int)
(assert (= (str.replace (str.replace x "B" (str.++ "B" "B")) "B" (str.++ y "B")) (str.++ y "B")))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback