(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
generic_inst6_g1-c.adb
with Generic_Inst6_X;
package body Generic_Inst6_G1.C is
   package N is new Generic_Inst6_X
      (Generic_Inst6_G1, Generic_Inst6_G1);
   function Check return Integer is (N.Result);
end;