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

Subversion Repositories openrisc

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

Compare with Previous | Blame | View Log

package Array13 is
 
   Max : Natural := 1;
 
   type Arr is array (Natural range 0..Max) of Natural;
 
   type T is record
      A : Arr := (others => 0);
   end record;
 
   procedure Foo;
 
end Array13;
 

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.