(set-logic QF_UF) (declare-fun a () Bool) (assert (and (or a a) (not a))) (check-sat) (exit)