fpc/tests/webtbf/tw10425c.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
187 B
ObjectPascal

{ %fail }
{$ifdef fpc}
{$mode delphi}
{$endif}
unit tw10425c;
interface
function test(p: string[4]): longint;
implementation
function test(p: string[4]): longint;
begin
end;
end.