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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [access3.ads] - Blame information for rev 747

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

Line No. Rev Author Line
1 696 jeremybenn
 
2
package access3 is
3
   type IT is limited interface;
4
   type T is limited new IT with null record;
5
 
6
   type T2 is tagged limited null record;
7
 
8
   procedure Op
9
     (Obj_T2 : in out T2;
10
      Obj_IT : not null access IT'Class);
11
end access3;

powered by: WebSVN 2.1.0

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