(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
generic_inst4_typ.ads
package Generic_Inst4_Typ is
   subtype New_Int is Natural;
   type T is
      record
         X : Integer;
      end record;
end;