mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:19:34 +02:00
11 lines
96 B
ObjectPascal
11 lines
96 B
ObjectPascal
{ %version=1.1 }
|
|
|
|
uses ub0380;
|
|
procedure p1(s:string);overload;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
p1(1);
|
|
end.
|