summaryrefslogtreecommitdiff
path: root/test/regress/regress0/seq/seq-2var.smt2
blob: 3a0d8934fc8e3ff21d5f5161952fa6b8a829f3ca (plain)
1
2
3
4
5
6
7
8
(set-logic QF_SLIA)
(set-info :status sat)
(declare-fun x () (Seq Int))
(declare-fun y () (Seq Int))

(assert (not (= x y)))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback