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