fpc/tests/tbs/tb0456.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

11 lines
164 B
ObjectPascal

{$ifdef fpc}{$mode delphi}{$endif}
type
c=class
function Byte: Byte; virtual; abstract;
function P(b: Byte):boolean; virtual; abstract;
end;
begin
end.