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
P0329R4: Designated Initialization
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
opt64_pkg.ads
blob
e4b09fcc0269985ee326dd92d7f95f303745a1d5
1
package
Opt64_PKG
is
2
type
Hash
is new
string
(
1
..
1
);
3
Last_Hash
:
Hash
;
4
5
procedure
Encode
(
X
:
Integer
);
6
end
;