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

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