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

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