mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 20:38:28 +02:00
9 lines
75 B
ObjectPascal
9 lines
75 B
ObjectPascal
{ %fail }
|
|
|
|
procedure test(var f: file of extended);
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|