fpc/tests/webtbf/tw10425b.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
163 B
ObjectPascal

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