fpc/tests/webtbs/tw4529.pp
florian 119bc9f51e + line endings fixed
* properties set

git-svn-id: trunk@7080 -
2007-04-09 09:06:07 +00:00

21 lines
339 B
ObjectPascal

{ Source provided for Free Pascal Bug Report 4529 }
{ Submitted by "Vincent Snijders" on 2005-11-20 }
{ e-mail: vsnijders@quicknet.nl }
program Project1;
{$mode objfpc}{$H+}{$static on}
uses
Classes
{ add your units here };
type
MyClass = class(TComponent)
//private
public
FClassVar: integer; static;
end;
begin
end.