mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 08:07:56 +02:00
8 lines
112 B
ObjectPascal
8 lines
112 B
ObjectPascal
var
|
|
c:boolean;
|
|
Begin
|
|
c:=18446744073709551615>=9223372036854775807;
|
|
if not(c) then
|
|
halt(1);
|
|
End.
|