mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 06:19:26 +02:00
11 lines
89 B
ObjectPascal
11 lines
89 B
ObjectPascal
program varptr;
|
|
|
|
type Pbyte=^byte;
|
|
|
|
procedure hallo(var p:Pbyte);
|
|
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end. |