URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [slice2.ads] - Rev 308
Go to most recent revision | 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;
Go to most recent revision | Compare with Previous | Blame | View Log