fpc/tests/webtbs/tw16160.pp
2011-05-16 15:36:16 +00:00

8 lines
56 B
ObjectPascal

{ %OPT=-Sy }
var
l : longint;
begin
(@l)^:=1;
end.