mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
9 lines
79 B
ObjectPascal
9 lines
79 B
ObjectPascal
const
|
|
l = 1 shl 63;
|
|
|
|
begin
|
|
if l<>$8000000000000000 then
|
|
halt(1);
|
|
end.
|
|
|