mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 09:39:25 +02:00
8 lines
58 B
ObjectPascal
8 lines
58 B
ObjectPascal
procedure p;experimental;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
p;
|
|
end.
|