URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [limited_with2.adb] - Rev 700
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } with Limited_With2_Pkg2; package body Limited_With2 is function Func (Val : Rec1) return Limited_With2_Pkg1.Rec2 is begin return Val.F; end; end Limited_With2;
Go to most recent revision | Compare with Previous | Blame | View Log