gcc/gcc/testsuite/gnat.dg/limited_with2_pkg2.ads

10 lines
145 B
Ada

with Limited_With2;
package Limited_With2_Pkg2 is
type Rec3 is record
F : Limited_With2.Rec1;
end record;
end Limited_With2_Pkg2;