Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / inline18_gen3.adb
blob4f786c2de3fc31e0231984a1685a841a72771cb5
1 package body Inline18_Gen3 is
3 package body Inner_G is
5 function Next (Position : Index_T) return Index_T is
6 begin
7 return Position;
8 end;
10 end Inner_G;
12 end Inline18_Gen3;