tw2187.pp 271 B

12345678910111213
  1. { Source provided for Free Pascal Bug Report 2187 }
  2. { Submitted by "Artur Kornilowicz" on 2002-10-18 }
  3. { e-mail: [email protected] }
  4. {$mode delphi}
  5. type x = record
  6. s : string;
  7. a : ^byte;
  8. end;
  9. var a: array [1..2] of x;
  10. begin
  11. end.