(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
limited2_pack_1.ads
package Limited2_Pack_1 is
   type A is limited private;
   type A_Ptr is access all A;

private
   type B;
   type A is access all B;
end Limited2_Pack_1;