mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-28 18:53:40 +02:00
11 lines
73 B
ObjectPascal
11 lines
73 B
ObjectPascal
{$mode macpas}
|
|
|
|
procedure test;
|
|
begin
|
|
return;
|
|
end;
|
|
|
|
begin
|
|
test;
|
|
end.
|