summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/inline17_pkg2.ads
blob: bf89d5573ec088f7f31df57a5b9c66e9accf8fb3 (plain)
1
2
3
4
5
6
7
8
9
10
with Inline17_Pkg3; use Inline17_Pkg3;

package Inline17_Pkg2 is

   subtype SQL_Field is Inline17_Pkg3.SQL_Field;

   function "+" (Field : SQL_Field'Class) return Integer renames
       Inline17_Pkg3."+";

end Inline17_Pkg2;