summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/issue5771-eager-pp.smt2
blob: c3049e72f02d92ebabd4f2dfb37d33ad69164429 (plain)
1
2
3
4
5
6
; COMMAND-LINE: --no-strings-lazy-pp
; EXPECT: sat
(set-logic ALL)
(declare-fun a () Int)
(assert (str.suffixof "B" (str.from_code a)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback