aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/prefix1.ads
blob: 3dbaa63e91c187ccf9a248166649fbdd25c12663 (plain)
1
2
3
4
5
package prefix1 is
   type Arr is array (1..10) of Natural;
   type T is tagged null record;
   function Func (Object : T) return Arr;
end prefix1;