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