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
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
opt2.ads
blob
f7e1c6255090511e1f7fe594ce340fb723297695
1
-- { dg-do compile }
2
-- { dg-options "-O2" }
3
4
with
Ada
.
Strings
.
Unbounded
;
use
Ada
.
Strings
.
Unbounded
;
5
with
Interfaces
;
use
Interfaces
;
6
7
package
Opt2
is
8
9
type
Arr
is array
(
Unsigned_32
range
<>)
of
Unbounded_String
;
10
11
end
Opt2
;