mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 17:28:05 +02:00
12 lines
226 B
ObjectPascal
12 lines
226 B
ObjectPascal
{ %target=win32, wince }
|
|
|
|
{ Source provided for Free Pascal Bug Report 2676 }
|
|
{ Submitted by "Coenraad Loubser" on 2003-09-12 }
|
|
{ e-mail: sprinkaan7@hotmail.com }
|
|
|
|
var
|
|
x: dword absolute 123;
|
|
begin
|
|
writeln(dword(@x));
|
|
end.
|