fpc/tests/webtbs/tw1395.pp
2001-02-09 23:23:09 +00:00

7 lines
42 B
ObjectPascal

var
a, b : pointer;
begin
a^:=b^;
end.