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 / webtbf / tw10081.pp
Size: Mime:
{ %fail }
{$mode delphi}

{ manual verification: make sure it complains about a missing overload
  directive rather than saying that overloading is disabled
}

procedure test(a: longint);
begin
end;

procedure test(s: string);
begin
end;

begin
end.