mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-02 13:25:39 +01:00
9 lines
75 B
ObjectPascal
9 lines
75 B
ObjectPascal
{ %fail }
|
|
|
|
procedure test(var f: file of extended);
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|