PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / layered_abstraction_p.ads
blobd06f60d96257aef6d10db63276d4c04d9836f91e
1 generic
2 type T is private;
3 Obj : T;
4 package Layered_Abstraction_P is
5 Obj2 : T := Obj;
6 end;