aboutsummaryrefslogtreecommitdiffstats
path: root/src/lfsc/tests/sat13.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'src/lfsc/tests/sat13.smt2')
-rw-r--r--src/lfsc/tests/sat13.smt27
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lfsc/tests/sat13.smt2 b/src/lfsc/tests/sat13.smt2
new file mode 100644
index 0000000..4ca190f
--- /dev/null
+++ b/src/lfsc/tests/sat13.smt2
@@ -0,0 +1,7 @@
+(set-logic QF_UF)
+(declare-sort U 0)
+(declare-fun a () U)
+(declare-fun b () U)
+(assert (and (not (not (= a b))) (not (= a b))))
+(check-sat)
+(exit)