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