mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:28:05 +02:00
11 lines
178 B
ObjectPascal
11 lines
178 B
ObjectPascal
begin
|
|
if not(qwordbool($8000000000000000)) then
|
|
halt(1);
|
|
if not(longbool($80000000)) then
|
|
halt(1);
|
|
if not(wordbool($8000)) then
|
|
halt(1);
|
|
writeln('ok');
|
|
end.
|
|
|