mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-28 18:53:40 +02:00
6 lines
48 B
ObjectPascal
6 lines
48 B
ObjectPascal
var
|
|
l : farpointer;
|
|
begin
|
|
l:=ptr(0,0);
|
|
end.
|