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
PR target/84336
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
array18.adb
blob
54c7744cca9208fffa5bfe25dc72dea3e9cd9cad
1
-- { dg-do compile }
2
3
with
Array18_Pkg
;
use
Array18_Pkg
;
4
5
procedure
Array18
is
6
A
:
String
(
1
..
1
);
7
begin
8
A
:=
F
;
9
end
;