tb0095.pp 195 B

123456789101112131415
  1. { %FAIL }
  2. { Old file: tbs0356.pp }
  3. { }
  4. unit tb0297;
  5. interface
  6. uses sysutils;
  7. type
  8. Foo =
  9. packed record
  10. Dates : array[1..11] of Date;
  11. end;
  12. implementation
  13. end.