aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests/sat3.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/sat3.smt2')
-rw-r--r--unit-tests/sat3.smt25
1 files changed, 5 insertions, 0 deletions
diff --git a/unit-tests/sat3.smt2 b/unit-tests/sat3.smt2
new file mode 100644
index 0000000..5af31f5
--- /dev/null
+++ b/unit-tests/sat3.smt2
@@ -0,0 +1,5 @@
+(set-logic QF_UF)
+(declare-fun a () Bool)
+(assert (and (or a a) (not a)))
+(check-sat)
+(exit)