(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
limited_with3.adb
-- { dg-do compile }

with Limited_With3_Pkg3;

package body Limited_With3 is

  procedure Dummy is begin null; end;

end Limited_With3;