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 / webtbs / tw22593.pp
Size: Mime:
{ %norun }

{$ifdef fpc}
{$mode objfpc}
{$endif}

type
  tc = class
  end;
  tcc = class of tc;
  tc3 = class;

  tprec = ^trec;

  tc2 = class
    constructor create(c: tcc = nil; c3: tc3 = nil; r: tprec = nil);
  end;

  trec = record
  end;

  tc3 = class
  end;

constructor tc2.create(c: tcc = nil; c3: tc3 = nil; r: tprec = nil);
begin
end;

begin
end.