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