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