mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 13:49:30 +02:00
15 lines
231 B
ObjectPascal
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.
|