summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/issue5745-eager-pp.smt2
blob: b869a9ded8b29c90ee7f1a816c597b26d68dbb26 (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --no-strings-lazy-pp
; EXPECT: sat
(set-logic ALL)
(declare-fun i0 () Int)
(declare-fun str4 () String)
(assert (= str4 (str.substr str4 (mod i0 2) 1)))
(assert (not (= "" str4)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback