aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/discr49_rec1.adb
blob: c7ffa1eabf7a9dbfb2c792039e2db55eab0d8864 (plain)
1
2
3
4
5
6
package body Discr49_Rec1 is
   function Value (Obj : Parent) return Integer is
   begin
      return Obj.V + Boolean'Pos (Obj.Discr_1);
   end;
end Discr49_Rec1;