URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [specs/] [constant1_pkg.ads] - Rev 852
Go to most recent revision | Compare with Previous | Blame | View Log
package Constant1_Pkg is type Id_T is mod Natural'Last + 1; type Timer_Id_T is tagged record Id : Id_T := Id_T'Last; end record; Null_Timer_Id : constant Timer_Id_T := (Id => Id_T'Last - 1); end Constant1_Pkg;
Go to most recent revision | Compare with Previous | Blame | View Log