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