Source position: dynqueue.pas line 28
type TDynamicQueueItem = record
Size: Integer;
Data: array [0..0] of Integer;
end;