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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [access3.ads] - Rev 715

Go to most recent revision | Compare with Previous | Blame | View Log

 
package access3 is
   type IT is limited interface;
   type T is limited new IT with null record;
 
   type T2 is tagged limited null record;
 
   procedure Op
     (Obj_T2 : in out T2;
      Obj_IT : not null access IT'Class);
end access3;
 

Go to most recent revision | 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.