summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw20119.pp
blob: d6b4e82dff5c0d086525b50878f6070ad524f1e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{%norun}
program tw20119;
{$mode objfpc}
type
  T = class
  private
    F1: Integer; static;
    F2: Integer; static;
  end;
begin
end.