@@ -0,0 +1,10 @@
+{$mode delphi}
+
+type
+ c=class
+ function Byte: Byte; virtual; abstract;
+ end;
+begin
+end.