OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gnat.dg/] [parent_ltd_with-child_full_view.ads] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 304 jeremybenn
package Parent_Ltd_With.Child_Full_View is
2
 
3
   type Child_Symbol is new Parent_Ltd_With.Symbol with private;
4
   type Child_Symbol_Access is access all Child_Symbol;
5
 
6
   function New_Child_Symbol return Child_Symbol_Access;
7
 
8
private
9
 
10
   type Child_Symbol is new Parent_Ltd_With.Symbol with null record;
11
 
12
end Parent_Ltd_With.Child_Full_View;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.