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
libstdc++: Refactor std::hash specializations
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
vect16.ads
blob
882bf2a740c4fdd9dd6164bd2b6f0f1f836c40ea
1
package
Vect16
is
2
3
type
Sarray
is array
(
1
..
5
)
of
Long_Float
;
4
for
Sarray
'Alignment
use
16
;
5
6
procedure
Add_Sub
(
X
,
Y
:
Sarray
;
R
,
S
:
out
Sarray
);
7
8
end
Vect16
;