fpc/tests/tbf/tb0172.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

10 lines
93 B
ObjectPascal

{ %fail }
const
c1 = high(int64)-1;
{ Overflow }
c2 = c1*2;
begin
writeln(c2);
end.