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