tw1395.pp 180 B

12345678910
  1. { %FAIL }
  2. { Source provided for Free Pascal Bug Report 1395 }
  3. { Submitted by "Stian Skjelstad" on 2001-02-08 }
  4. { e-mail: [email protected] }
  5. var
  6. a, b : pointer;
  7. begin
  8. a^:=b^;
  9. end.