florian il y a 24 ans
Parent
commit
52a9ac8efe
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  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.