no message

This commit is contained in:
florian 2001-04-04 21:14:01 +00:00
parent 007f366bd3
commit 52a9ac8efe

10
tests/tbs/tb0351.pp Normal file
View File

@ -0,0 +1,10 @@
{ $VERSION=1.1}
{$mode objfpc}
type
i = interface;
i = interface
end;
begin
end.