Browse Source

no message

florian 24 years ago
parent
commit
52a9ac8efe
1 changed files with 10 additions and 0 deletions
  1. 10 0
      tests/tbs/tb0351.pp

+ 10 - 0
tests/tbs/tb0351.pp

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