12345678910111213141516171819 |
- { %FAIL }
- { Source provided for Free Pascal Bug Report 4529 }
- { Submitted by "Vincent Snijders" on 2005-11-20 }
- { e-mail: [email protected] }
- program Project1;
- {$mode objfpc}{$H+}
- uses
- Classes
- { add your units here };
- type
- MyClass = class(TComponent)
- FClassVar: integer; static;
- end;
- begin
- end.
|