Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
array2.ads
blob: 73d4ea5b9bc38494e01a62a90004bf95c00e89da [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-gnatws"
}
pragma
Restrictions
(
No_Elaboration_Code
);
package
Array2
is
type
Arr
is
array
(
Positive
range
<>)
of
Boolean
;
A
:
Arr
(
1
..
2
**
2
);
for
A
'Size use 16#1000_0000_0#;
end Array2;