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    
lazarus / usr / share / lazarus / 1.6 / components / lazdebuggers / lazdebuggerfpgdbmi / test / TestApps / TestWatchesUnitStruct.pas
Size: Mime:
unit TestWatchesUnitStruct;
{$mode objfpc}{$H+}{$NOTES off}

interface
uses sysutils, types;

procedure Test1;

implementation


procedure Test1;
begin
end;

end.