summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ite.cvc
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-07-07 00:01:13 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-07-07 00:01:13 +0000
commit868d2f9cf7c8dcdee6dbf7d88b4d002065e8ae68 (patch)
treed905c11c5cb087c624be564d7815e930339150d9 /test/regress/regress0/ite.cvc
parent481c564c68b83925355c82e2d18ade8f1b3fa4db (diff)
Adding tests for precedence of arithmetic in CVC inputs
Diffstat (limited to 'test/regress/regress0/ite.cvc')
-rw-r--r--test/regress/regress0/ite.cvc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/regress/regress0/ite.cvc b/test/regress/regress0/ite.cvc
new file mode 100644
index 000000000..79c3bce1e
--- /dev/null
+++ b/test/regress/regress0/ite.cvc
@@ -0,0 +1,3 @@
+% EXPECT: UNSAT
+x, y : REAL;
+CHECKSAT (NOT (x = IF TRUE THEN x ELSE y ENDIF));
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback