mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 14:23:25 +02:00
13 lines
77 B
ObjectPascal
13 lines
77 B
ObjectPascal
{ %recompile }
|
|
|
|
uses ub0461;
|
|
|
|
procedure p;
|
|
begin
|
|
p1;
|
|
end;
|
|
|
|
begin
|
|
p;
|
|
end.
|