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
/
array2.ads
blob
73d4ea5b9bc38494e01a62a90004bf95c00e89da
1
-- { dg-do compile }
2
-- { dg-options "-gnatws" }
3
4
pragma
Restrictions
(
No_Elaboration_Code
);
5
6
package
Array2
is
7
8
type
Arr
is array
(
Positive
range
<>)
of
Boolean
;
9
A
:
Arr
(
1
..
2
**
2
);
10
for
A
'Size
use
16
#
1000
_0000_0#
;
11
12
end
Array2
;