tw25610.pp 376 B

12345678910111213141516171819202122232425
  1. { %recompile=-drecompile}
  2. { %norun }
  3. { This file was automatically created by Lazarus. Do not edit!
  4. This source is only used to compile and install the package.
  5. }
  6. unit tw25610;
  7. interface
  8. uses
  9. uw25610a, uw25610b;
  10. implementation
  11. procedure Register;
  12. var
  13. arr: array of byte;
  14. begin
  15. setlength(arr,1);
  16. DynArraySize(pointer(arr));
  17. end;
  18. end.