mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 12:53:35 +02:00
13 lines
114 B
PHP
13 lines
114 B
PHP
{%MainUnit unit1.pas}
|
|
type
|
|
TMyRecord1 = record
|
|
end;
|
|
|
|
PMyRecord1 = ^TMyRecord1;
|
|
|
|
procedure Do1;
|
|
begin
|
|
end;
|
|
|
|
|