blob: 6d1a21d0af8c5314d6e1814a13d93657a3839a32 [file] [log] [blame]
-- { dg-do compile }
with Prot9_Gen;
with Prot9_Pkg1;
procedure Prot9 is
package Dummy is new Prot9_Gen (Prot9_Pkg1.Prot_Type);
begin
null;
end Prot9;