summaryrefslogtreecommitdiff
path: root/test/regress/regress0/smallcnf.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/smallcnf.cvc')
-rw-r--r--test/regress/regress0/smallcnf.cvc9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/regress/regress0/smallcnf.cvc b/test/regress/regress0/smallcnf.cvc
new file mode 100644
index 000000000..3ad6f124a
--- /dev/null
+++ b/test/regress/regress0/smallcnf.cvc
@@ -0,0 +1,9 @@
+
+a, b, c : BOOLEAN;
+
+ASSERT NOT a OR NOT b;
+ASSERT c OR b OR a;
+ASSERT b OR NOT a;
+ASSERT a OR NOT b OR c;
+QUERY FALSE;
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback