(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
limited_with7_pkg.ads
package Limited_With7_Pkg is

   type Rec;

   type Rec is record
      I : Integer;
   end record;

end Limited_With7_Pkg;