mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 22:00:43 +02:00
15 lines
209 B
ObjectPascal
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.
|
|
|