(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
interface9.adb
--  { dg-do compile }

with Interface9_Root.Child;
procedure Interface9 is
   package R   is new Interface9_Root (Real => Float);
   package RC  is new R.Child;

begin
   null;
end Interface9;