tw2438.pp 231 B

1234567891011121314
  1. { %OPT=-Sew }
  2. { Source provided for Free Pascal Bug Report 2438 }
  3. { Submitted by "Armin Diehl" on 2003-03-25 }
  4. { e-mail: [email protected] }
  5. {$P+}
  6. procedure int_str(var s : string);
  7. begin
  8. s:='-2147483648';
  9. end;
  10. begin
  11. end.