URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [specs/] [root-level_1.ads] - Rev 324
Go to most recent revision | Compare with Previous | Blame | View Log
package Root.Level_1 is type Level_1_Type (First : Natural; Second : Natural) is new Root_Type with private; private type Level_1_Type (First : Natural; Second : Natural) is new Root_Type (First => First) with record Buffer_1 : Buffer_Type (1 .. Second); end record; end Root.Level_1;
Go to most recent revision | Compare with Previous | Blame | View Log