Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.0.0 / tests / webtbs / tw2438.pp
Size: Mime:
{ %OPT=-Sew -vw }

{ Source provided for Free Pascal Bug Report 2438 }
{ Submitted by "Armin Diehl" on  2003-03-25 }
{ e-mail: armin@freepascal.org }
{$P+}

procedure int_str(var s : string);
begin
  s:='-2147483648';
end;

begin
end.