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

Subversion Repositories openrisc

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

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

with System;
 
package Opt21_Pkg is
 
   type R is record
      Ptr : System.Address := System.Null_Address;
   end record;
 
   type Obj is access all R;
 
   function Get_Object (Object : not null access R) return System.Address;
 
   function Convert (W : Obj) return System.Address;
 
end Opt21_Pkg;
 

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.