aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests/sat10.smt2
blob: 1bcba51df012ccbeb54d535df9fa2fab069f5f16 (plain)
1
2
3
4
5
6
7
(set-logic QF_UF)
(declare-fun a () Bool)
(declare-fun b () Bool)
(declare-fun c () Bool)
(assert (distinct a b c))
(check-sat)
(exit)