summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/loop001.smt2
blob: 815acce5c91a2da9d9da628394281250cb34aa7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(set-logic QF_S)
(set-info :status unsat)

(declare-fun x () String)
(declare-fun y () String)
(declare-fun z () String)
(declare-fun w () String)
(declare-fun w1 () String)
(declare-fun w2 () String)

(assert (= (str.++ x "a") (str.++ "b" x)))

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