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

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