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
2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
aggr14_pkg.ads
blob
874e309493a17dc4b2e47e751247e3769cd1da69
1
package
Aggr14_Pkg
is
2
3
type
A
is array
(
Integer
range
1
..
3
)
of
Short_Short_Integer
;
4
5
X
:
A
:= (
1
,
2
,
3
);
6
7
procedure
Proc
;
8
9
end
Aggr14_Pkg
;