mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:28:05 +02:00
14 lines
164 B
ObjectPascal
14 lines
164 B
ObjectPascal
{$mode objfpc}
|
|
|
|
uses
|
|
SysUtils;
|
|
begin
|
|
try
|
|
StrToCurr('46198723647893247891326489732164897321649');
|
|
except
|
|
on EConverterror do
|
|
halt(0)
|
|
end;
|
|
end.
|
|
|