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