tw2657.pp 247 B

123456789101112131415
  1. { %fail }
  2. { Source provided for Free Pascal Bug Report 2657 }
  3. { Submitted by "Mazen NEIFER" on 2003-08-28 }
  4. { e-mail: [email protected] }
  5. program test;
  6. type
  7. LongInt=record
  8. x,y:cardinal;
  9. end;
  10. var
  11. t:longint;
  12. begin
  13. t:=1;
  14. end.