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 / opt / twpo2.pp
Size: Mime:
{ %wpoparas=devirtcalls,optvmts }
{ %wpopasses=1 }

{$mode objfpc}

{ same as two1, except with a unit to test loading wpo info from a ppu file }

uses
  uwpo2;

var
  a: ta;
  ca: class of ta;
begin
  tb.test2;
  a:=cc.create;
  a.test;
  a.free
end.