OSDN Git Service

* decl.c (gnat_to_gnu_entity): Issue a warning on suspiciously
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / pack1.ads
1 package Pack1 is
2    package Nested is
3       type Rec_Typ is record
4          null;
5       end record;
6    end Nested;
7 end Pack1;