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