tw3186.pp 231 B

1234567891011121314
  1. { %fail }
  2. { Source provided for Free Pascal Bug Report 3186 }
  3. { Submitted by "Sergey Kosarevsky" on 2004-06-25 }
  4. { e-mail: [email protected] }
  5. {$mode objfpc}
  6. Type tMyType=Class
  7. End;
  8. Begin
  9. If Assigned(tMyType) Then;
  10. End.