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