fpc/tests/webtbs/tw24197.pp
2013-04-01 11:50:49 +00:00

14 lines
164 B
ObjectPascal

{$mode objfpc}
uses
SysUtils;
begin
try
StrToCurr('46198723647893247891326489732164897321649');
except
on EConverterror do
halt(0)
end;
end.