URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [discr25_pkg.ads] - Rev 696
Compare with Previous | Blame | View Log
generic N : Natural; package Discr25_Pkg is type T is private; procedure Proc1 (Set : in out T); private type Obj_T (Size_Max : Natural); type T is access Obj_T; end Discr25_Pkg;