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

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