1234567891011121314151617181920 |
- { %fail }
- { Source provided for Free Pascal Bug Report 4764 }
- { Submitted by "Ales Katona" on 2006-02-03 }
- { e-mail: [email protected] }
- unit example;
- {$mode objfpc}{$H+}
- interface
- type
- TLBaseSocket = class(TLHandle)
- end;
- implementation
- end.
|