URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [specs/] [root.ads] - Rev 304
Compare with Previous | Blame | View Log
package Root is type Buffer_Type is array (Positive range <>) of Natural; type Root_Type (First : Natural) is abstract tagged record Buffer_Root : Buffer_Type (1 .. First); end record; end Root;