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

{ This tests that latest added helper in other units is used for a type }
program thlp42;

{$ifdef fpc}
  {$mode delphi}
{$endif}

uses
  uhlp41b, uhlp41a;

begin
  TObject.Test1;
end.