tw2280.pp 215 B

1234567891011
  1. { %version=1.1 }
  2. { Source provided for Free Pascal Bug Report 2280 }
  3. { Submitted by "Yakov Sudeikin" on 2002-12-23 }
  4. { e-mail: [email protected] }
  5. var
  6. a: array of string;
  7. begin
  8. a := nil;
  9. if a = nil then;
  10. end.