URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [dispatch1_p.ads] - Rev 826
Compare with Previous | Blame | View Log
package dispatch1_p is type I1 is interface; type DT_I1 is new I1 with null record; end;