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

with Elab3_Pkg;

package body Elab3 is
   package Inst is new Elab3_Pkg (False, ABE);

   procedure ABE is begin null; end ABE;
end Elab3;