summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/issue5610-infer-proxy.smt2
blob: 5f4ca326f9aaa0085a7fd875c8d92fee625f04fe (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --strings-exp
; EXPECT: sat
(set-logic ALL)
(declare-fun str5 () String)
(declare-fun str6 () String)
(declare-fun str10 () String)
(declare-fun str11 () String)
(assert (not (= str6 str5)))
(assert (xor true true true (distinct "" str6 (str.++ (str.from_int (str.len (str.++ str10 str11))) (str.++ str11 "tCEuUoROixKOUo" "wuPPPbRfGeDdhIafLoGcubFWViLfPaiooaekchLBSfgSaprsJijOvY"))) (str.prefixof (str.++ "tCEuUoROixKOUo" "wuPPPbRfGeDdhIafLoGcubFWViLfPaiooaekchLBSfgSaprsJijOvY") (str.++ str5 (str.++ (str.from_int (str.len (str.++ str10 str11))) (str.++ "tCEuUoROixKOUo" "wuPPPbRfGeDdhIafLoGcubFWViLfPaiooaekchLBSfgSaprsJijOvY"))))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback