fpc/tests/webtbf/tw4764.pp
Jonas Maebe cc7ff349cd * fixed tw4764
git-svn-id: trunk@2414 -
2006-02-03 14:57:55 +00:00

21 lines
256 B
ObjectPascal

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