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
Fix broken MinGW build of gcc.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
opt51_pkg.ads
blob
8ce1817653ad855aa4a59d8d86e31b3562bdb1c0
1
package
Opt51_Pkg
is
2
3
type
Enum
is
(
One
,
Two
,
Three
);
4
5
end
Opt51_Pkg
;