summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-025.cvc
blob: 5a11212d543e391ea5ab97f8d880394c16ce3cbf (plain)
1
2
3
4
% EXPECT: invalid
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