summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/issue5692-infer-proxy.smt2
blob: 54a77ec82fc0471578783f47506a69eb66aff510 (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --strings-exp
; EXPECT: sat
(set-logic ALL)
(set-info :status sat)
(declare-fun str0 () String)
(declare-fun str3 () String)
(declare-fun str8 () String)
(assert (str.< str8 str3))
(assert (str.prefixof (str.++ str8 (str.++ str0 (str.++ "K" str8))) (str.++ (str.++ str0 str8) (str.++ str0 str3 "Q"))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback