summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/arith.01.cvc
blob: 5b4a33bed9b56910f9ce6a7afeeb6bfa1dc3490a (plain)
1
2
3
4
5
6
% EXPECT: VALID
x : REAL;
y : REAL;

QUERY (x * y ) = (y * x);
% EXIT: 20
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback