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_2.ads] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
with Root.Level_1; package Root.Level_2 is type Level_2_Type (First : Natural; Second : Natural) is new Level_1.Level_1_Type (First => First, Second => Second) with null record; end Root.Level_2;
Go to most recent revision | Compare with Previous | Blame | View Log