aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/pack1.ads
blob: de42d4c7874c61ddf7f46430d758dc2f6cea4075 (plain)
1
2
3
4
5
6
7
package Pack1 is
   package Nested is
      type Rec_Typ is record
         null;
      end record;
   end Nested;
end Pack1;