fpc/tests/webtbs/tw21592b.pp

12 lines
123 B
ObjectPascal

unit tw21592b;
{$MODE DELPHI}
interface
type TBytesOverlay<T> = array [0..SizeOf(T) - 1] of Byte;
implementation
end.