fpc/tests/webtbf/tw10425d.pp
Jonas Maebe f8cb3fbfef + old tests I forgot to commit
git-svn-id: trunk@21429 -
2012-05-29 09:01:55 +00:00

21 lines
201 B
ObjectPascal

{ %fail }
{$ifdef fpc}
{$mode delphi}
{$endif}
unit tw10425d;
interface
function test(var f: file of byte): longint;
implementation
function test(var f: file of byte): longint;
begin
end;
end.