mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 10:39:29 +02:00
8 lines
88 B
ObjectPascal
8 lines
88 B
ObjectPascal
var
|
|
x:function:longint;
|
|
y:pointer absolute x;
|
|
begin
|
|
if y<>nil then
|
|
halt(1);
|
|
end.
|