mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 11:09:39 +02:00
21 lines
248 B
ObjectPascal
21 lines
248 B
ObjectPascal
{ %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.
|