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