Repository URL to install this package:
|
Version:
1.6 ▾
|
lazarus
/
usr
/
share
/
lazarus
/
1.6
/
components
/
lazdebuggers
/
lazdebuggerfpgdbmi
/
test
/
TestApps
/
TestWatchesUnitStruct.pas
|
|---|
unit TestWatchesUnitStruct;
{$mode objfpc}{$H+}{$NOTES off}
interface
uses sysutils, types;
procedure Test1;
implementation
procedure Test1;
begin
end;
end.