URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [slice2.ads] - Rev 826
Compare with Previous | Blame | View Log
package Slice2 is type R1 is record Text : String (1 .. 30); end record; type R2 is record Text : String (1 .. 8); B : Boolean := True; end record; function F (I : R1) return R2; end Slice2;