summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/stoi-400million.smt2
blob: 6bb992a5e85c9a8364c1f7fb3dbb53df38c2aeb9 (plain)
1
2
3
4
5
6
7
; COMMAND-LINE: --strings-exp
; EXPECT: sat
(set-info :smt-lib-version 2.6)
(set-logic ALL)
(declare-fun s () String)
(assert (> (str.to_int s) 400000000))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback