mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-17 07:00:51 +01:00
12 lines
78 B
PHP
12 lines
78 B
PHP
{%MainUnit unit1.pas}
|
|
procedure Do1;
|
|
begin
|
|
end;
|
|
|
|
procedure Do2;
|
|
begin
|
|
|
|
end;
|
|
|
|
|