Repository URL to install this package:
{ %NORUN } program tw22433; {$MODE DELPHI} type TWrapper<T> = record end; procedure Z(const a: array of TWrapper<Integer>); begin end; begin end.