summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/issue3657-evalLeq.smt2
blob: 91295f73a2cc24e28d6b58917ff75913a74c2171 (plain)
1
2
3
4
5
6
(set-info :smt-lib-version 2.6)
(set-logic ALL)
(set-info :status sat)
(assert (not (str.< "\xe8" "\x19")))
(check-sat)
(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback