mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 16:44:55 +02:00
* new bug
This commit is contained in:
parent
7e5fa195a3
commit
53c7e9acb4
20
tests/webtbf/tw3114.pp
Normal file
20
tests/webtbf/tw3114.pp
Normal 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.
|
Loading…
Reference in New Issue
Block a user