aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/inline18_pkg2-child.ads
blob: 21f1ba13e3642caa7624f27c7576e46ccaeaf668 (plain)
1
2
3
4
5
6
7
8
9
with Inline18_Gen1.Inner_G;

package Inline18_Pkg2.Child is

  package Base is new Inline18_Gen1 (Integer);

  package General is new Base.Inner_G;

end Inline18_Pkg2.Child;