URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [iface2.ads] - Rev 696
Compare with Previous | Blame | View Log
with Iface1; generic with package Prot is new Iface1 (<>); package Iface2 is procedure change (This, That : Prot.Any_Future); end Iface2;