mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:07:58 +02:00
8 lines
80 B
ObjectPascal
8 lines
80 B
ObjectPascal
uses
|
|
SysUtils;
|
|
|
|
begin
|
|
if formatfloat('0e',-1)<>'-1e' then
|
|
halt(1);
|
|
end.
|