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