uunit2b.pp 116 B

12345678910111213
  1. unit uunit2b;
  2. interface
  3. type
  4. tr = record
  5. end;
  6. tpl = ^longint;
  7. implementation
  8. end.