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
PR debug/66535
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
array17_pkg.ads
blob
11ad79f7463be8c1adf7a1288507f41b95113398
1
package
Array17_Pkg
is
2
3
type
Varray
is array
(
Integer
range
<>)
of
Long_Float
;
4
for
Varray
'Alignment
use
16
;
5
6
function
"+"
(
X
,
Y
:
Varray
)
return
Varray
;
7
8
end
Array17_Pkg
;