aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.3/gcc/testsuite/gnat.dg/opt23_pkg.adb
blob: 8a647d507c927d3355c45b3e70d0f26637beb3ed (plain)
1
2
3
4
5
6
7
8
package body Opt23_Pkg is

   function Get (R : Rec; I : Positive; M : Natural) return Path is
   begin
      return R.Val (I) (M);
   end;

end Opt23_Pkg;