mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-06 19:12:42 +02:00
8 lines
80 B
ObjectPascal
8 lines
80 B
ObjectPascal
unit CompleteProcBeginEnd;
|
|
interface
|
|
implementation
|
|
procedure DoIt;
|
|
begin
|
|
|
|
end.
|