2
0

tw4764.pp 256 B

1234567891011121314151617181920
  1. { %fail }
  2. { Source provided for Free Pascal Bug Report 4764 }
  3. { Submitted by "Ales Katona" on 2006-02-03 }
  4. { e-mail: [email protected] }
  5. unit example;
  6. {$mode objfpc}{$H+}
  7. interface
  8. type
  9. TLBaseSocket = class(TLHandle)
  10. end;
  11. implementation
  12. end.