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

Subversion Repositories openrisc

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

Compare with Previous | Blame | View Log

--  { dg-do compile }
 
package access3 is
   type TF is access function return access procedure (P1 : Integer);
 
   type TAF is access protected function return access procedure (P1 : Integer);
 
   type TAF2 is access
     function return access protected procedure (P1 : Integer);
 
   type TAF3 is access
     protected function return access protected procedure (P1 : Integer);
 
   type TAF_Inf is
      access protected function return
         access function return
         access function return
         access function return
         access function return
         access function return
         access function return
         access function return
         access function return
      Integer;
end access3;
 

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.