summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/bug716.1.cvc
blob: 50be132af51417635fcb28aa738745e72f65e5ba (plain)
1
2
3
4
5
6
% EXPECT: The exponent of the POW(^) operator can only be a positive integral constant below 67108864. Exception occurred in:
% EXPECT:   3 ^ x
% EXIT: 1
x: INT;
ASSERT 3^x = 27;
QUERY x=3;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback