URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [prefix1.ads] - Rev 848
Go to most recent revision | Compare with Previous | Blame | View Log
package prefix1 is type Arr is array (1..10) of Natural; type T is tagged null record; function Func (Object : T) return Arr; end prefix1;
Go to most recent revision | Compare with Previous | Blame | View Log