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.