Repository URL to install this package:
unit ugeneric93b; {$mode objfpc}{$H+} interface type generic TTestFPC<T, S> = class end; implementation end.