URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [discr11_pkg.ads] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
package Discr11_Pkg is type DT_1 (<>) is tagged private; function Create return DT_1; private type DT_1 (Size : Positive) is tagged record Data : String (1 .. Size); end record; end Discr11_Pkg;
Go to most recent revision | Compare with Previous | Blame | View Log