gigi.h (finalize_from_with_types): Adjust comment.
[gcc.git] / gcc / testsuite / gnat.dg / limited_with2_pkg2.ads
1 with Limited_With2;
2
3 package Limited_With2_Pkg2 is
4
5 type Rec3 is record
6 F : Limited_With2.Rec1;
7 end record;
8
9 end Limited_With2_Pkg2;