fpc/tests/webtbs/tw2676.pp
oro06 feb8de2d67 *arm-wince wince added to win32 tests
git-svn-id: trunk@2615 -
2006-02-17 07:38:55 +00:00

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.