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