aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/limited_with2_pkg2.ads
blob: c2d1012e3ab1d9f7bed4eed7cdf1727360cf22b5 (plain)
1
2
3
4
5
6
7
8
9
with Limited_With2;

package Limited_With2_Pkg2 is

   type Rec3 is record
      F : Limited_With2.Rec1;
   end record;

end Limited_With2_Pkg2;