summaryrefslogtreecommitdiff
path: root/test/regress/regress0/parallel-let.smt2
blob: 1f12522ee4a209955c191e72b80991fdc5c4c2ec (plain)
1
2
3
4
5
6
7
8
9
(set-logic QF_UF)
(set-info :status unsat)
(declare-sort U 0)
(declare-fun x () U)
(declare-fun y () U)
(assert (distinct x y))
(assert (let ((x y) (y x)) (= x y)))
(check-sat)
(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback