blob: d821fa3a6d64e606034d2cb525dd275fa0283354 [file] [log] [blame]
limited with Limited_With2_Pkg2;
package Limited_With2_Pkg1 is
type Rec2 is record
F : access Limited_With2_Pkg2.Rec3;
end record;
end Limited_With2_Pkg1;