blob: c7d0950d0ba8631729349c76091f80452b32491e [file] [log] [blame]
Hristian Kirtchev5b4ce2a2019-07-10 09:01:38 +00001package Limited2_Pack_1 is
2 type A is limited private;
3 type A_Ptr is access all A;
4
5private
6 type B;
7 type A is access all B;
8end Limited2_Pack_1;