summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/issue6520.smt2
blob: 23a938365e0d6112426e58e1046e2851fe9ecf1f (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --ext-rew-prep
(set-logic QF_SLIA)
(declare-fun a () String)
(declare-fun b () String)
(declare-fun c () String)
(assert (= (str.++ "AB" b c) (str.++ c "B" a)))
(set-info :status sat)
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback