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