fpc/tests/webtbs/tw2678.pp
2003-10-05 12:58:30 +00:00

17 lines
313 B
ObjectPascal

{ Source provided for Free Pascal Bug Report 2678 }
{ Submitted by "darek mazur" on 2003-09-13 }
{ e-mail: madarzoo@o2.pl }
{$H-,I-,C-,D+,E-,L+,M-,P-,Q-,R-,S-,T-,X+,Z1}
{$Y+}
unit tw2678;
{$mode delphi}
interface
var
uii : integer;
function aa(a: string):string;
implementation
function aa;
begin
end;
end.