mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 11:38:01 +02:00
7 lines
80 B
ObjectPascal
7 lines
80 B
ObjectPascal
{ %fail }
|
|
label
|
|
l;
|
|
begin
|
|
writeln(hexstr(ptrint(@l),sizeof(ptrint)*2));
|
|
end.
|