aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/limited_with7.adb
blob: 13e35fe3d65545b3743a1d7a26ebb7a3ae0e60c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- { dg-do compile }

with Limited_With7_Pkg; use Limited_With7_Pkg;

package body Limited_With7 is

   procedure Proc (R : out Limited_With7_Pkg.Rec) is
   begin
      R.I := 0;
   end;

end Limited_With7;