mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 11:38:01 +02:00
19 lines
164 B
ObjectPascal
19 lines
164 B
ObjectPascal
{ Old file: tbs0331.pp }
|
|
{ }
|
|
|
|
{$mode tp}
|
|
unit tb0279;
|
|
|
|
interface
|
|
|
|
procedure a(s : string);
|
|
|
|
implementation
|
|
|
|
procedure a;
|
|
|
|
begin
|
|
end;
|
|
|
|
end.
|