fpc/tests/webtbf/tw1395.pp
2001-02-12 21:32:29 +00:00

11 lines
180 B
ObjectPascal

{ %FAIL }
{ Source provided for Free Pascal Bug Report 1395 }
{ Submitted by "Stian Skjelstad" on 2001-02-08 }
{ e-mail: stian@lilo.no }
var
a, b : pointer;
begin
a^:=b^;
end.