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/] [discr8_pkg2.ads] - Rev 304
Compare with Previous | Blame | View Log
with Discr8_Pkg3; use Discr8_Pkg3; package Discr8_Pkg2 is Max : constant Natural := Value; type List_T is array (Natural range <>) of Integer; type L is record List : List_T (1 .. Max); end record; end Discr8_Pkg2;