aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests/sat4.smt2
blob: e366eb30ee463ffcd3f915da99b24f607e1daa77 (plain)
1
2
3
4
5
(set-logic QF_UF)
(declare-fun a () Bool)
(assert (not (or a (not a))))
(check-sat)
(exit)