summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/rev-ex1.smt2
blob: 36d40fcddaee01f8c0404a292de96d89a65c5865 (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --strings-exp
; EXPECT: sat
(set-logic ALL)
(set-info :status sat)
(declare-fun x () String)
(declare-fun y () String)
(declare-fun z () String)
(assert (not (= (str.rev (str.++ x y)) (str.rev (str.++ x z)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback