mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 23:09:31 +01:00
8 lines
89 B
ObjectPascal
8 lines
89 B
ObjectPascal
type
|
|
pbyte = ^byte;
|
|
|
|
begin
|
|
if pbyte(typeinfo(longint))^<>1 then
|
|
halt(1);
|
|
end.
|