re PR c++/84691 (internal compiler error: in poplevel_class, at cp/name-lookup.c...
[official-gcc.git] / gcc / testsuite / gnat.dg / controlled7.ads
blob672a8e7a72111972a1cdfc6d415b3731146b9e8a
1 with System.Storage_Elements; use System.Storage_Elements;
3 package Controlled7 is
5 procedure Proc (Offset : Storage_Offset);
7 end Controlled7;