tb0329.pp 84 B

12345678
  1. {$mode objfpc}
  2. var
  3. o : tobject;
  4. begin
  5. if assigned(o) then
  6. halt(1);
  7. end.