PR testsuite/86649
[official-gcc.git] / gcc / testsuite / gnat.dg / gen_formal_pkg.adb
blobb317e2b1c1e54191898211b71edaf6cb05e04d8e
1 -- { dg-do compile }
3 with Gen_Formal_Pkg_A, Gen_Formal_Pkg_B, Gen_Formal_Pkg_W;
5 procedure Gen_Formal_Pkg is
6 package AI is new Gen_Formal_Pkg_A (Long_Float);
7 package WI is new Gen_Formal_Pkg_W (AI);
8 begin
9 null;
10 end;