summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw1948.pp
blob: 6c0cce7e4389171a742a8b141954f3dcba5f6b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ %opt=-Sew -vw }

{ 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.