summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/std2.6.1.smt2
blob: 3302a29e53e52a876d3b7f9e8ddd538c7eeb5ac2 (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --strings-exp --lang=smt2.6.1
; EXPECT: sat
(set-logic QF_UFSLIA)
(set-info :status sat)
(declare-fun x () String)
(assert (str.in-re x (str.to-re "A")))
(declare-fun y () Int)
(assert (= (str.to-int (str.from-int y)) y))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback