blob: c2d1012e3ab1d9f7bed4eed7cdf1727360cf22b5 [file] [log] [blame]
with Limited_With2;
package Limited_With2_Pkg2 is
type Rec3 is record
F : Limited_With2.Rec1;
end record;
end Limited_With2_Pkg2;