summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/loop-wrong-sem.smt2
blob: d0dd3fcb244655b306ee93339f69a7f26dc4b279 (plain)
1
2
3
4
(set-logic ALL)
(set-info :status unsat)
(assert (str.in.re "" ((_ re.loop 1 0) (str.to.re ""))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback