1 2 3 4 5 6 7 8 9
type tr = bitpacked record l: longint; end; begin if bitsizeof(tr) <> 32 then halt(1); end.