* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gnat.dg / limited_with2_pkg1.ads
blobd821fa3a6d64e606034d2cb525dd275fa0283354
1 limited with Limited_With2_Pkg2;
3 package Limited_With2_Pkg1 is
5 type Rec2 is record
6 F : access Limited_With2_Pkg2.Rec3;
7 end record;
9 end Limited_With2_Pkg1;