aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests/let2.smt2
blob: 5de04b5737694101100bc79163265018faeef660 (plain)
1
2
3
4
5
6
(set-logic QF_UF)
(declare-fun a () Bool)
(declare-fun b () Bool)
(assert (let ((?v_1 (and a b)) (?v_2 (not a))) (and ?v_1 ?v_2)))
(check-sat)
(exit)