summaryrefslogtreecommitdiff
path: root/test/regress/regress0/push-pop/test.00.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/push-pop/test.00.cvc')
-rw-r--r--test/regress/regress0/push-pop/test.00.cvc8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/regress/regress0/push-pop/test.00.cvc b/test/regress/regress0/push-pop/test.00.cvc
new file mode 100644
index 000000000..836349251
--- /dev/null
+++ b/test/regress/regress0/push-pop/test.00.cvc
@@ -0,0 +1,8 @@
+x: BOOLEAN;
+
+PUSH;
+ASSERT x;
+CHECKSAT;
+POP;
+ASSERT (NOT x);
+CHECKSAT;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback