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.2.0 / tests / test / tmsg4.pp
Size: Mime:
{ %opt=-vh -vm05024 -Seh }

procedure test(l: longint);
begin
  writeln('l is unused, but that hint has been suppressed');
end;

begin
  test(5);
end.