aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests/let2.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/let2.smt2')
-rw-r--r--unit-tests/let2.smt26
1 files changed, 6 insertions, 0 deletions
diff --git a/unit-tests/let2.smt2 b/unit-tests/let2.smt2
new file mode 100644
index 0000000..5de04b5
--- /dev/null
+++ b/unit-tests/let2.smt2
@@ -0,0 +1,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)