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