tb0435.pp 136 B

12345678910
  1. {$ifdef fpc}{$mode Delphi}{$endif}
  2. var
  3. x:function(x:longint):longint;
  4. y:pointer absolute x;
  5. begin
  6. if y<>nil then
  7. halt(1);
  8. end.