PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / limited_with2.ads
blob4f076d4b8ec2655edcebaebddbcb474c2c5c4c7d
1 with Limited_With2_Pkg1;
3 package Limited_With2 is
5 type Rec1 is record
6 F : Limited_With2_Pkg1.Rec2;
7 end record;
9 function Func (Val : Rec1) return Limited_With2_Pkg1.Rec2;
11 end Limited_With2;