fpc/tests/tbf/tb0171.pp
daniel 02732bfb55 * Fix tests for constexprint rework.
git-svn-id: trunk@7638 -
2007-06-13 07:30:09 +00:00

10 lines
93 B
ObjectPascal

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