fpc/tests/tbs/tb0279.pp
2000-11-30 22:38:14 +00:00

19 lines
164 B
ObjectPascal

{ Old file: tbs0331.pp }
{ }
{$mode tp}
unit tb0279;
interface
procedure a(s : string);
implementation
procedure a;
begin
end;
end.