summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/no-lazy-pp-quant.smt2
blob: 672c4e5fc7a8c5b843ffa2e7973d8636f4282574 (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --strings-exp --no-strings-lazy-pp
; EXPECT: sat
(set-info :smt-lib-version 2.5)
(set-logic ALL)
(set-info :status sat)
(declare-fun result () Int)
(declare-fun s () String)
(assert (! (not (= (str.to.int s) result)) :named a0))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback