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