summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/limited_with3.adb
blob: 36419246f78c086e1a77fda1d6a70d083f59b40a (plain)
1
2
3
4
5
6
7
8
9
-- { dg-do compile }

with Limited_With3_Pkg3;

package body Limited_With3 is

  procedure Dummy is begin null; end;

end Limited_With3;