summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/strip-endpoint-itos.smt2
blob: c8d8c5af3b0f592b2e3b7319bfc7ab4316539942 (plain)
1
2
3
4
5
6
7
(set-info :smt-lib-version 2.5)
(set-logic QF_SLIA)
(set-option :strings-exp true)
(set-info :status sat)
(declare-fun x () Int)
(assert (str.contains "Ducati100" (int.to.str x)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback