(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
pack1.ads
package Pack1 is
   package Nested is
      type Rec_Typ is record
         null;
      end record;
   end Nested;
end Pack1;