summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/issue6270.smt2
blob: 1c073fc12af819d2d6750959f3c05790cc90e5c8 (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --strings-exp --nl-ext-tplanes
; EXPECT: unsat
(set-logic ALL)
(declare-fun i9 () Int)
(declare-fun str0 () String)
(declare-fun str9 () String)
(assert (and (= 0 (str.indexof str9 str9 (abs (str.len str0)))) (= (abs (str.len str0)) (+ (- 5) (* i9 i9)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback