mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-23 17:36:00 +02:00
9 lines
90 B
ObjectPascal
9 lines
90 B
ObjectPascal
type
|
|
pbyte = ^byte;
|
|
|
|
begin
|
|
if pbyte(typeinfo(longint))^<>1 then
|
|
halt(1);
|
|
end.
|
|
|