mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:28:14 +02:00
15 lines
112 B
ObjectPascal
15 lines
112 B
ObjectPascal
{ %fail }
|
|
unit tb0186;
|
|
|
|
interface
|
|
procedure p;
|
|
|
|
implementation
|
|
|
|
procedure p;local;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|