bug0284b.pp 87 B

123456789
  1. unit bug0284b;
  2. interface
  3. type
  4. o1=object
  5. p : longint;
  6. end;
  7. implementation
  8. end.