mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 12:58:11 +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.
|