aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/limited_with7.ads
blob: 2a2f86c2c991c8e31b63b4327ef5ae2a5ed6a726 (plain)
1
2
3
4
5
6
7
limited with Limited_With7_Pkg;

package Limited_With7 is

   procedure Proc (R : out Limited_With7_Pkg.Rec);

end Limited_With7;