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
/
opt8_pkg.ads
blob
3e39f1177a2f9d6005f6f0ca94eb7780cf2133a2
1
with
Opt8
;
use
Opt8
;
2
3
package
Opt8_Pkg
is
4
5
function
Id_To_VN
(
Id
:
Value_Number_Id
)
return
Value_Number
;
6
7
end
Opt8_Pkg
;