summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/csp-prefix-exp-bug.smt2
blob: c2fb4175c8dbd5b9fc5ad8bdf2985458cb391427 (plain)
1
2
3
4
5
6
7
8
9
10
(set-logic QF_S)
(set-info :status sat)

(declare-fun x () String)
(declare-fun y () String)
(declare-fun z () String)

(assert (= (str.len x) 1))
(assert (= (str.++ x y "b" z) "aaaba"))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback