mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-18 19:31:35 +02:00
7 lines
42 B
ObjectPascal
7 lines
42 B
ObjectPascal
var
|
|
a, b : pointer;
|
|
|
|
begin
|
|
a^:=b^;
|
|
end.
|