summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/arith-int-022.cvc
blob: 584348da4a83a55fb7606c767ee4f4a47b5c41c7 (plain)
1
2
3
4
% EXPECT: invalid
x0, x1, x2, x3 : INT;
ASSERT (-24 * x0) + (25 * x1) + (-28 * x2) + (31 * x3) > 18;
QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback