Repository URL to install this package:
{ %NORUN } {$MODE DELPHI} type TWrapper<T> = record end; TWrapper = TWrapper<Byte>; begin end.