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.