1with Generic_Inst9_Pkg1.Operator;
2
3package body Generic_Inst9_Pkg2 is
4
5  package My_Operator is new Generic_Inst9_Pkg1.Operator (Bound_T);
6
7  procedure Dummy is begin null; end;
8
9end Generic_Inst9_Pkg2;
10