mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 14:12:37 +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;
|
|
|
|
|