Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / discr49_rec2.adb
blob9a0fe7ac514327e1a659a14a1ea9a16bd1fd6255
1 package body Discr49_Rec2 is
2 function Value (Obj : Child) return Integer is
3 begin
4 return Value (Parent (Obj));
5 end;
6 end Discr49_Rec2;