summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/str-code-unsat-2.smt2
blob: 38116061ef8f1e20a128805f7811f2c81ab56966 (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.code x) 0) (> (str.code x) 10000000000000000000000000000)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback