mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 19:48:08 +02:00
14 lines
94 B
ObjectPascal
14 lines
94 B
ObjectPascal
{ %version=1.1 }
|
|
{ %recompile }
|
|
|
|
uses ub0461;
|
|
|
|
procedure p;
|
|
begin
|
|
p1;
|
|
end;
|
|
|
|
begin
|
|
p;
|
|
end.
|