fpc/tests/webtbs/tw1948.pp
2002-10-20 14:12:32 +00:00

15 lines
209 B
ObjectPascal

{ %opt=-Sew }
{ Source provided for Free Pascal Bug Report 1948 }
{ Submitted by "Sergey Kosarevsky" on 2002-04-27 }
{ e-mail: netsurfer@au.ru }
Function A:Longint;
Begin
Exit(0);
End;
Begin
A;
End.