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