fpc/tests/webtbs/tw1948.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

14 lines
208 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.