tw20119.pp 137 B

123456789101112
  1. {%norun}
  2. program tw20119;
  3. {$mode objfpc}
  4. type
  5. T = class
  6. private
  7. F1: Integer; static;
  8. F2: Integer; static;
  9. end;
  10. begin
  11. end.