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
re PR c++/84691 (internal compiler error: in poplevel_class, at cp/name-lookup.c...
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
aggr1.ads
blob
f26f4999b49e98cd82a1cf42256045ec44c5bb44
1
-- { dg-do compile }
2
3
package
aggr1
is
4
type
Buffer_Array
is array
(
1
..
2
**
23
)
of
Integer
;
5
type
Message
is record
6
Data
:
Buffer_Array
:= (
others
=>
0
);
7
end record
;
8
end
;