URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [limited_with2.ads] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
with Limited_With2_Pkg1; package Limited_With2 is type Rec1 is record F : Limited_With2_Pkg1.Rec2; end record; function Func (Val : Rec1) return Limited_With2_Pkg1.Rec2; end Limited_With2;
Go to most recent revision | Compare with Previous | Blame | View Log