mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:07:58 +02:00
7 lines
75 B
ObjectPascal
7 lines
75 B
ObjectPascal
const
|
|
cs = single(0.05);
|
|
begin
|
|
if sizeof(cs)<>4 then
|
|
halt(1);
|
|
end.
|