PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / limited_with3.adb
blob36419246f78c086e1a77fda1d6a70d083f59b40a
1 -- { dg-do compile }
3 with Limited_With3_Pkg3;
5 package body Limited_With3 is
7 procedure Dummy is begin null; end;
9 end Limited_With3;