(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
limited_with2_pkg2.ads
with Limited_With2;

package Limited_With2_Pkg2 is

   type Rec3 is record
      F : Limited_With2.Rec1;
   end record;

end Limited_With2_Pkg2;