re PR c++/84691 (internal compiler error: in poplevel_class, at cp/name-lookup.c...
[official-gcc.git] / gcc / testsuite / gnat.dg / specs / root-level_1-level_2.ads
blob9687208e0823665b123ffb3ac779ee151dad52fc
1 package Root.Level_1.Level_2 is
3 type Level_2_Type (First : Natural;
4 Second : Natural) is new
5 Level_1.Level_1_Type (First => First, Second => Second) with null record;
7 end Root.Level_1.Level_2;