missing test case
authorDejan Jovanović <dejan.jovanovic@gmail.com>
Tue, 5 Jul 2011 17:56:45 +0000 (17:56 +0000)
committerDejan Jovanović <dejan.jovanovic@gmail.com>
Tue, 5 Jul 2011 17:56:45 +0000 (17:56 +0000)
test/regress/regress0/preprocess/preprocess_12.cvc [new file with mode: 0644]

diff --git a/test/regress/regress0/preprocess/preprocess_12.cvc b/test/regress/regress0/preprocess/preprocess_12.cvc
new file mode 100644 (file)
index 0000000..80a2415
--- /dev/null
@@ -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
+