mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 05:29:34 +02:00
13 lines
104 B
ObjectPascal
13 lines
104 B
ObjectPascal
{ Old file: tbf0314.pp }
|
|
{ }
|
|
|
|
procedure p(var b);
|
|
begin
|
|
end;
|
|
|
|
var
|
|
s : string;
|
|
begin
|
|
p(@s[1]);
|
|
end.
|