blob: 13e35fe3d65545b3743a1d7a26ebb7a3ae0e60c1 [file] [log] [blame]
-- { 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;