*** empty log message ***

This commit is contained in:
florian 2000-06-25 20:16:15 +00:00
parent 73269986f3
commit 1f902711f3

15
tests/tbs/tbs0331.pp Normal file
View File

@ -0,0 +1,15 @@
{$mode tp}
unit test;
interface
procedure a(s : string);
implementation
procedure a;
begin
end;
end.