mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 12:48:16 +02:00
8 lines
89 B
ObjectPascal
8 lines
89 B
ObjectPascal
type
|
|
pbyte = ^byte;
|
|
|
|
begin
|
|
if pbyte(typeinfo(longint))^<>1 then
|
|
halt(1);
|
|
end.
|