summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/arith.01.cvc
blob: d153464e15e1e67fcca75ba50bba7ce13505e194 (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