URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [prot2_pkg2.ads] - Rev 716
Go to most recent revision | Compare with Previous | Blame | View Log
generic type T is private; package Prot2_Pkg2 is type Id is private; procedure Create (B : out Id); procedure Delete (B : in out Id); private type Rec; type Id is access Rec; end Prot2_Pkg2;
Go to most recent revision | Compare with Previous | Blame | View Log