; EXPECT: unsat (set-logic ALL) (set-option :incremental false) (declare-fun A () Bool) (declare-fun B () Bool) (declare-fun C () Bool) (check-sat-assuming ( (not (let ((_let_1 (= (and (not A) (not B)) C))) (= _let_1 _let_1))) ))