2017-09-26 Thomas Koenig <tkoenig@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / limited_with5_pkg.adb
blob785f84e91fda2f80c621d3da4fe376ac0b42f5e7
1 with Limited_With5;
3 package body Limited_With5_Pkg is
4 function Get_Expression_Support (Obj : T) return Limited_With5.Sup_T is
5 begin
6 return Limited_With5.Sup_T (Obj + 1);
7 end Get_Expression_Support;
8 end Limited_With5_Pkg;