* gcc-interface/gigi.h (pad_type_has_rm_size): Declare.
[official-gcc.git] / gcc / testsuite / gnat.dg / limited_with6_pkg.adb
blob46db471446b36fbd1092fc603ffa541d02548b83
1 with Limited_With6;
3 package body Limited_With6_Pkg is
4 function Get_Expression_Support (Obj : T) return Limited_With6.Sup_T is
5 begin
6 return Limited_With6.Sup_T (Obj + 1);
7 end Get_Expression_Support;
9 type TT is access all Limited_With6.Rec;
10 end Limited_With6_Pkg;