bug0029.pp 87 B

12345678910
  1. type
  2. TA = object
  3. end;
  4. var
  5. P: Pointer;
  6. begin
  7. P := pointer(TypeOf(TA));
  8. end.