mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-22 09:45:22 +02:00
no message
This commit is contained in:
parent
007f366bd3
commit
52a9ac8efe
10
tests/tbs/tb0351.pp
Normal file
10
tests/tbs/tb0351.pp
Normal file
@ -0,0 +1,10 @@
|
||||
{ $VERSION=1.1}
|
||||
{$mode objfpc}
|
||||
type
|
||||
i = interface;
|
||||
|
||||
i = interface
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
Loading…
Reference in New Issue
Block a user