repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Corrected date in changelog
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
enum1_pkg.ads
blob
ff090869c427a4dd044a867e858e07ce380283f1
1
package
Enum1_Pkg
is
2
3
type
Enum
is
(
One
,
Two
,
Three
);
4
5
subtype
Sub_Enum
is
Enum
;
6
7
My_N
:
Sub_Enum
:=
One
;
8
9
end
Enum1_Pkg
;