URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [enum1_pkg.ads] - Rev 304
Compare with Previous | Blame | View Log
package Enum1_Pkg is type Enum is (One, Two, Three); subtype Sub_Enum is Enum; My_N : Sub_Enum := One; end Enum1_Pkg;