mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 03:59:27 +02:00
14 lines
208 B
ObjectPascal
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.
|