mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-30 21:33:42 +02:00
5 lines
47 B
ObjectPascal
5 lines
47 B
ObjectPascal
var
|
|
l : farpointer;
|
|
begin
|
|
l:=ptr(0,0);
|
|
end. |