summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-025.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/arith/integers/arith-int-025.cvc')
-rw-r--r--test/regress/regress0/arith/integers/arith-int-025.cvc5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/regress/regress0/arith/integers/arith-int-025.cvc b/test/regress/regress0/arith/integers/arith-int-025.cvc
new file mode 100644
index 000000000..8d527322d
--- /dev/null
+++ b/test/regress/regress0/arith/integers/arith-int-025.cvc
@@ -0,0 +1,5 @@
+% EXPECT: invalid
+% EXIT: 10
+x0, x1, x2, x3 : INT;
+ASSERT (-19 * x0) + (-29 * x1) + (2 * x2) + (26 * x3) >= 3;
+QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback