fpc/tests/webtbs/tw2676.pp
2003-10-05 12:58:30 +00:00

12 lines
219 B
ObjectPascal

{ %target=win32 }
{ 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.