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