OSDN Git Service

* exp_pakd.adb (Create_Packed_Array_Type): Always use a modular type
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / limited_with.ads
1 limited with Pack1;
2 package limited_with is
3    procedure Print_2 (Obj : access Pack1.Nested.Rec_Typ);
4 end limited_with;