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 / test / tarrconstr2.pp
Size: Mime:
{ %fail}
program tarrconstr2;

{$mode delphi}

type
  TAB = array of byte;
var
  D: TAB;
begin
  D := TAB.create(1+2, 'c');
end.