1-- { dg-do compile }
2
3with Limited_With3_Pkg3;
4
5package body Limited_With3 is
6
7  procedure Dummy is begin null; end;
8
9end Limited_With3;
10