aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/prot9.adb
blob: 6d1a21d0af8c5314d6e1814a13d93657a3839a32 (plain)
1
2
3
4
5
6
7
8
9
10
--  { 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;