tw4144.pp 264 B

12345678910111213141516
  1. { %fail }
  2. { Source provided for Free Pascal Bug Report 4144 }
  3. { Submitted by "Wiktor Sywula" on 2005-06-30 }
  4. { e-mail: [email protected] }
  5. procedure foo;
  6. type
  7. bar = object
  8. constructor init;
  9. procedure zzyzzy; virtual;
  10. end;
  11. begin
  12. end;
  13. begin
  14. end.