fpc/tests/test/opt/tconstprop1.pp
florian 27f6fd1c2c * use new shl/shr constant folding (of r26295) only if forinline is set
* explicitly simplify tree after constant propagation

git-svn-id: trunk@26311 -
2013-12-29 14:09:03 +00:00

9 lines
79 B
ObjectPascal

const
l = 1 shl 63;
begin
if l<>$8000000000000000 then
halt(1);
end.