tprec14.pp 107 B

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