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 / tarray5.pp
Size: Mime:
{ %fail }

var
  { This shouldn't be allowed, the number of elements
    doesn't fit in the address range  }
  mem  : array[0..high(ptruint)] of byte ;

begin
end;