tb0351.pp 92 B

12345678910
  1. { %VERSION=1.1 }
  2. {$mode objfpc}
  3. type
  4. i = interface;
  5. i = interface
  6. end;
  7. begin
  8. end.