tree-optimization/113385 - wrong loop father with early exit vectorization
[official-gcc.git] / gcc / testsuite / gnat.dg / inline18_pkg2-child.ads
blob21f1ba13e3642caa7624f27c7576e46ccaeaf668
1 with Inline18_Gen1.Inner_G;
3 package Inline18_Pkg2.Child is
5 package Base is new Inline18_Gen1 (Integer);
7 package General is new Base.Inner_G;
9 end Inline18_Pkg2.Child;