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/] [parent_ltd_with.ads] - Rev 313
Go to most recent revision | Compare with Previous | Blame | View Log
limited with Parent_Ltd_With.Child_Full_View; package Parent_Ltd_With is type Symbol is abstract tagged limited private; type Symbol_Access is access all Symbol'Class; private type Symbol is abstract tagged limited record Comp : Integer; end record; end Parent_Ltd_With;
Go to most recent revision | Compare with Previous | Blame | View Log