Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
array1.ads
blob: 1964f742ec0b693686d8c261932a520b1fc5569a [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
pragma
Restrictions
(
No_Elaboration_Code
);
package
Array1
is
type
Arr
is
array
(
Positive
range
<>)
of
Boolean
;
A
:
Arr
(
1
..
2
**
29
);
end
Array1
;