summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/issue6653-rre-small.smt2
blob: c4b6a497bbf2cacead26d1003a5b1513ff665fd8 (plain)
1
2
3
4
5
6
; COMMAND-LINE: --strings-exp --strings-fmf --re-elim --re-elim-agg
; EXPECT: sat
(set-logic ALL)
(declare-fun a () String)
(assert (str.in_re a (re.+ (str.to_re (str.replace_re a (str.to_re a) "A")))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback