aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests/sat9.smt2
blob: f44982e4260043ecd9a0bec432be266d662ef6e4 (plain)
1
2
3
4
5
6
7
8
(set-logic QF_UF)
(declare-sort U 0)
(declare-fun a () U)
(declare-fun b () U)
(declare-fun c () U)
(assert (and (distinct a b c) (= a b)))
(check-sat)
(exit)