mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 21:28:21 +02:00
13 lines
137 B
ObjectPascal
13 lines
137 B
ObjectPascal
{%norun}
|
|
program tw20119;
|
|
{$mode objfpc}
|
|
type
|
|
T = class
|
|
private
|
|
F1: Integer; static;
|
|
F2: Integer; static;
|
|
end;
|
|
begin
|
|
end.
|
|
|