fpc/tests/webtbf/tw3186.pp
2005-02-14 17:13:06 +00:00

15 lines
231 B
ObjectPascal

{ %fail }
{ Source provided for Free Pascal Bug Report 3186 }
{ Submitted by "Sergey Kosarevsky" on 2004-06-25 }
{ e-mail: netsurfer@au.ru }
{$mode objfpc}
Type tMyType=Class
End;
Begin
If Assigned(tMyType) Then;
End.