summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/str-code-unsat-2.smt2
blob: 721cbc533054d96e629a558d89ea6e395341f053 (plain)
1
2
3
4
5
6
(set-logic QF_SLIA)
(set-info :status unsat)
(declare-fun x () String)
(assert (= (str.len x) 1))
(assert (or (< (str.to_code x) 0) (> (str.to_code x) 10000000000000000000000000000)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback