aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/limited2_pack_1.ads
blob: c7d0950d0ba8631729349c76091f80452b32491e (plain)
1
2
3
4
5
6
7
8
package Limited2_Pack_1 is
   type A is limited private;
   type A_Ptr is access all A;

private
   type B;
   type A is access all B;
end Limited2_Pack_1;