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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gnat.dg/] [pointer_array.adb] - Rev 823

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

-- { dg-do compile }
 
procedure pointer_array is
 
   type Node;
   type Node_Ptr is access Node;
   type Node is array (1..10) of Node_Ptr;
 
   procedure Process (N : Node_Ptr) is
   begin
      null;
   end;
 
begin
   null;
end;
 

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.