OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [controlled5_pkg.adb] - Rev 696

Compare with Previous | Blame | View Log

with Ada.Tags;
 
package body Controlled5_Pkg is
 
   type Child is new Root with null record;
 
   function Dummy (I : Integer) return Root'Class is
      A1 : T_Root_Class := new Child;
      My_Var : Root'Class := A1.all;
   begin
      if I = 0 then
         return My_Var;
      else
         return Dummy (I - 1);
      end if;
   end Dummy;
 
end Controlled5_Pkg;
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.