remove unused files
[platform/upstream/gcc48.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;