mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-23 10:42:16 +01:00
12 lines
78 B
PHP
12 lines
78 B
PHP
{%MainUnit unit1.pas}
|
|
procedure Do1;
|
|
begin
|
|
end;
|
|
|
|
procedure Do2;
|
|
begin
|
|
|
|
end;
|
|
|
|
|