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 / uw18909a.pp
Size: Mime:
{ %norun }
unit uw18909a;

{$mode objfpc}

interface

type
  TA = record x: Integer; end;
  TB = record x: Integer; end;

implementation

end.