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/] [specs/] [pack4.ads] - Rev 324
Go to most recent revision | Compare with Previous | Blame | View Log
package Pack4 is type Buffer is array (Natural range <>) of Boolean; type Root (Size : Natural) is tagged record Data : Buffer (1..Size); end record; pragma Pack (Root); type Derived is new Root with null record; end Pack4;
Go to most recent revision | Compare with Previous | Blame | View Log