URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [iface2.adb] - Rev 696
Compare with Previous | Blame | View Log
-- { dg-do compile } package body Iface2 is procedure change (This, That : Prot.Any_Future) is begin null; end; end Iface2;