mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-10 12:21:39 +01: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.
|