* new bug

This commit is contained in:
peter 2004-05-23 16:22:03 +00:00
parent 7e5fa195a3
commit 53c7e9acb4

20
tests/webtbf/tw3114.pp Normal file
View File

@ -0,0 +1,20 @@
{ %fail }
{ Source provided for Free Pascal Bug Report 3114 }
{ Submitted by "Maarten Bekers" on 2004-05-23 }
{ e-mail: fpc@elexer.com }
unit tw3114;
{$mode delphi}
interface
function whee();
implementation
function whee();
begin
end;
end.