summaryrefslogtreecommitdiff
path: root/tests/tbs/tb0435.pp
blob: acdb3631be23ae7dd4de4ecd72620b55a09a9f36 (plain)
1
2
3
4
5
6
7
8
9
10

{$ifdef fpc}{$mode Delphi}{$endif}

var
 x:function(x:longint):longint;
 y:pointer absolute x;
begin
  if y<>nil then
   halt(1);
end.