summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-023.cvc
blob: 01d51a226cce57e1c310812f9212dbf02546e4b2 (plain)
1
2
3
4
% EXPECT: invalid
x0, x1, x2, x3 : INT;
ASSERT (29 * x0) + (-19 * x1) + (23 * x2) + (15 * x3) <= 9;
QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback