summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/preprocess_13.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/preprocess/preprocess_13.cvc')
-rw-r--r--test/regress/regress0/preprocess/preprocess_13.cvc10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/regress/regress0/preprocess/preprocess_13.cvc b/test/regress/regress0/preprocess/preprocess_13.cvc
new file mode 100644
index 000000000..7a2ed7dd8
--- /dev/null
+++ b/test/regress/regress0/preprocess/preprocess_13.cvc
@@ -0,0 +1,10 @@
+% EXPECT: valid
+
+a0, a1, a2, a3, a4, a5, a6, a7, a8, a9: BOOLEAN;
+
+ASSERT (a5);
+
+QUERY (a0 OR (a1 OR (a2 OR (a3 OR (a4 OR (a5 OR (FALSE OR (a6 OR (a7 OR (a8 OR a9))))))))));
+
+% EXIT: 20
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback