OSDN Git Service

* fe.h (Serious_Errors_Detected): New macro.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / limited_with2_pkg1.ads
1 limited with Limited_With2_Pkg2;
2
3 package Limited_With2_Pkg1 is
4
5    type Rec2 is record
6       F : access Limited_With2_Pkg2.Rec3;
7    end record;
8
9 end Limited_With2_Pkg1;