1--  { dg-do compile }
2
3with Elab3_Pkg;
4
5package body Elab3 is
6   package Inst is new Elab3_Pkg (False, ABE);
7
8   procedure ABE is begin null; end ABE;
9end Elab3;
10