Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
opt2.ads
blob: f7e1c6255090511e1f7fe594ce340fb723297695 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-O2"
}
with
Ada
.
Strings
.
Unbounded
;
use
Ada
.
Strings
.
Unbounded
;
with
Interfaces
;
use
Interfaces
;
package
Opt2
is
type
Arr
is
array
(
Unsigned_32
range
<>)
of
Unbounded_String
;
end
Opt2
;