tw4529.pp 316 B

12345678910111213141516171819
  1. { %FAIL }
  2. { Source provided for Free Pascal Bug Report 4529 }
  3. { Submitted by "Vincent Snijders" on 2005-11-20 }
  4. { e-mail: [email protected] }
  5. program Project1;
  6. {$mode objfpc}{$H+}
  7. uses
  8. Classes
  9. { add your units here };
  10. type
  11. MyClass = class(TComponent)
  12. FClassVar: integer; static;
  13. end;
  14. begin
  15. end.