fpc/tests/webtbf/tw14650a.pp
2009-10-03 20:32:46 +00:00

16 lines
157 B
ObjectPascal

{ %fail }
{$mode objfpc}
uses
classes;
type
TPublicQueueList = class(tfplist)
public
property List: PPointerList read FList;
end;
begin
end.