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 / webtbs / tw28702.pp
Size: Mime:
var
  l: longint;
begin
  l:=5;
  { dummy random to prevent constant propagation }
  if ((l+random(1))div -1)<>-5 then
    halt(1);
end.