URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [itype.ads] - Rev 826
Compare with Previous | Blame | View Log
package itype is generic type T is private; function G return not null access constant T; end itype;