tw1948.pp 209 B

1234567891011121314
  1. { %opt=-Sew }
  2. { Source provided for Free Pascal Bug Report 1948 }
  3. { Submitted by "Sergey Kosarevsky" on 2002-04-27 }
  4. { e-mail: [email protected] }
  5. Function A:Longint;
  6. Begin
  7. Exit(0);
  8. End;
  9. Begin
  10. A;
  11. End.