ts010100.pp 83 B

123456789
  1. { $OPT= -S2
  2. }
  3. var
  4. o : tobject;
  5. begin
  6. if assigned(o) then
  7. halt(1);
  8. end.