summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/regress/regress0/preprocess/preprocess_12.cvc12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/regress/regress0/preprocess/preprocess_12.cvc b/test/regress/regress0/preprocess/preprocess_12.cvc
new file mode 100644
index 000000000..80a24151b
--- /dev/null
+++ b/test/regress/regress0/preprocess/preprocess_12.cvc
@@ -0,0 +1,12 @@
+% EXPECT: sat
+
+x: REAL;
+y: REAL;
+b: BOOLEAN;
+
+ASSERT ((0 = IF b THEN x - y ELSE 2*x ENDIF));
+
+CHECKSAT;
+
+% EXIT: 10
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback