-- { dg-do compile }
with Limited_With3_Pkg3;
package body Limited_With3 is
procedure Dummy is begin null; end;
end Limited_With3;
-- { dg-do compile }
with Limited_With3_Pkg3;
package body Limited_With3 is
procedure Dummy is begin null; end;
end Limited_With3;