florian hace 24 años
padre
commit
52a9ac8efe
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  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.