mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:47:58 +02:00
7 lines
70 B
ObjectPascal
7 lines
70 B
ObjectPascal
{ %cpu=x86_64,i386 }
|
|
var
|
|
l : farpointer;
|
|
begin
|
|
l:=ptr(0,0);
|
|
end.
|